mirror of
https://github.com/Xevion/grain.git
synced 2025-12-06 01:15:10 -06:00
chore: raise chunkSizeWarningLimit
This commit is contained in:
@@ -10,5 +10,8 @@ export default ({ mode }) => {
|
||||
return defineConfig({
|
||||
base: "/",
|
||||
plugins: [react(), tsconfigPaths(), tailwindcss()],
|
||||
build: {
|
||||
chunkSizeWarningLimit: 650,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user