ci: improve size script
This commit is contained in:
10
packages/size-check/vite.config.js
Normal file
10
packages/size-check/vite.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: ['src/index.ts'],
|
||||
output: {
|
||||
entryFileNames: `[name].js`
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user