diff --git a/rollup.config.js b/rollup.config.js index 5fb2d4db..dca28d67 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -90,7 +90,7 @@ export default async function ({ watch }) { commonjs(), resolve(), replace({ __PRERENDER__: false, __PRODUCTION__: isProduction }), - //terser({ module: true }), + terser({ module: true }), ], }, {