diff --git a/rollup.config.js b/rollup.config.js index a52f543..8fd0dcd 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -36,6 +36,6 @@ export default [ banner: `#!/usr/bin/env node`, }, ], - plugins: [autoExternal(), commonjs(), ts(), PROD && terser()], + plugins: [autoExternal(), commonjs(), ts()], }, ];