diff --git a/rollup.config.js b/rollup.config.js index 3a637b7..b670283 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -35,7 +35,9 @@ export default { commonjs(), json(), peggy({ cache: true }), - process.env.NODE_ENV === 'production' ? terser() : null, + // TODO: re-enable this after upgrading to @rollup/plugin-terser with fix + // for + // process.env.NODE_ENV === 'production' ? terser() : null, process.env.SERVE_APP ? serve({ contentBase: 'dist', port: 8080