Replies: 1 comment 2 replies
-
Yes. Parcel runs Babel and Terser by default. So you shouldn't have to configure anything? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to be able to write my code in ES6 and then minify it. Parcel seems to only support UglifyJS for minification, so can I use Babel to transpile my code and then have Uglify do its job?
Beta Was this translation helpful? Give feedback.
All reactions