mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
chore: 🤖 don't minify cli for better debugging
This commit is contained in:
parent
9348ba0cde
commit
6b4a47a518
@ -36,6 +36,6 @@ export default [
|
||||
banner: `#!/usr/bin/env node`,
|
||||
},
|
||||
],
|
||||
plugins: [autoExternal(), commonjs(), ts(), PROD && terser()],
|
||||
plugins: [autoExternal(), commonjs(), ts()],
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user