BEMQuery / bemquery-package-boilerplate

Just a simple boilerplate for your JS projects! **WARNING** Everything in this repo is a part of template!
MIT License
5 stars 1 forks source link

Add minifier for ES6 #148

Closed Comandeer closed 7 years ago

Comandeer commented 8 years ago

Check if babili is really working.

Comandeer commented 7 years ago

Using Babili as a preset for rollup-plugin-babel seems to be working, however it's working like a preprocessor, minifying all modules separately and not touching the final bundle. Probably a dedicated plugin would be a better way to go?

Comandeer commented 7 years ago

Yay, dedicated plugin has been written and it's added, hooray! :tada: