chore: 🤖 don't minify cli for better debugging

This commit is contained in:
Christian Kaisermann 2020-11-20 09:53:02 -03:00
parent 9348ba0cde
commit 6b4a47a518

View File

@ -36,6 +36,6 @@ export default [
banner: `#!/usr/bin/env node`, banner: `#!/usr/bin/env node`,
}, },
], ],
plugins: [autoExternal(), commonjs(), ts(), PROD && terser()], plugins: [autoExternal(), commonjs(), ts()],
}, },
]; ];