mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-14 14:14:09 +00:00
suppress rollout timings
This commit is contained in:
@@ -257,6 +257,9 @@ export default defineConfig(
|
|||||||
minify: 'terser' as const,
|
minify: 'terser' as const,
|
||||||
terserOptions: createHostedTerserOptions(),
|
terserOptions: createHostedTerserOptions(),
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
checks: {
|
||||||
|
pluginTimings: false
|
||||||
|
},
|
||||||
treeshake: {
|
treeshake: {
|
||||||
moduleSideEffects: false
|
moduleSideEffects: false
|
||||||
},
|
},
|
||||||
@@ -292,6 +295,9 @@ export default defineConfig(
|
|||||||
minify: 'terser' as const,
|
minify: 'terser' as const,
|
||||||
terserOptions: createProductionTerserOptions(),
|
terserOptions: createProductionTerserOptions(),
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
checks: {
|
||||||
|
pluginTimings: false
|
||||||
|
},
|
||||||
treeshake: {
|
treeshake: {
|
||||||
moduleSideEffects: false,
|
moduleSideEffects: false,
|
||||||
propertyReadSideEffects: false as const,
|
propertyReadSideEffects: false as const,
|
||||||
|
|||||||
Reference in New Issue
Block a user