Questions tagged [babel-preset-minify]

Babel preset for all minify plugins.

1 questions
1
vote
1 answer

How to create non-minified and minified builds with babel

I installed below babel modules npm install babel-cli babel-preset-env babel-preset-minify --save-dev and package.json has "scripts": { "build": "babel src -d dist --copy-files" } When I run the build with below .babelrc configurations { …
Vivek
  • 11,938
  • 19
  • 92
  • 127