mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge pull request #292 from Jones8683/main
Increase chunk size limit warning so that it doesn't appear
This commit is contained in:
@@ -78,6 +78,7 @@ export default defineConfig(({ command }) => ({
|
|||||||
emptyOutDir: false,
|
emptyOutDir: false,
|
||||||
minify: true,
|
minify: true,
|
||||||
//sourcemap: sourcemap,
|
//sourcemap: sourcemap,
|
||||||
|
chunkSizeWarningLimit: 4000,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
settings: join(__dirname, "src", "interface", "index.html"),
|
settings: join(__dirname, "src", "interface", "index.html"),
|
||||||
|
|||||||
Reference in New Issue
Block a user