Re-enable terser

This commit is contained in:
Jake Archibald
2020-09-24 15:20:13 +01:00
parent 778aa41f0d
commit 3f2466f44d

View File

@@ -90,7 +90,7 @@ export default async function ({ watch }) {
commonjs(), commonjs(),
resolve(), resolve(),
replace({ __PRERENDER__: false, __PRODUCTION__: isProduction }), replace({ __PRERENDER__: false, __PRODUCTION__: isProduction }),
//terser({ module: true }), terser({ module: true }),
], ],
}, },
{ {