Now it builds
This commit is contained in:
7
vite.config.js
Normal file
7
vite.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1600
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user