Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 592cae5342 Remove sourcemap generation in bundle size calc 2024-11-16 19:33:16 -05:00
+1 -1
View File
@@ -159,7 +159,7 @@ export default () =>
build: {
outDir: "./build/app",
manifest: true,
sourcemap: true,
sourcemap: process.env.CI ? false : "hidden",
minify: "terser",
// Prevent asset inling as it does not conform to CSP rules
assetsInlineLimit: 0,