babel / babel-loader

📦 Babel loader for webpack
MIT License
4.83k stars 451 forks source link

Warn users if they use babel-minify as a Babel plugin instead of a Webpack plugin #478

Open jakearchibald opened 7 years ago

jakearchibald commented 7 years ago

If you're using babili, it's sub-optimal compared to BabiliWebpackPlugin (why).

Unless there's a good reason to use babili within babel-loader rather than a BabiliWebpackPlugin, babel-loader should show an informative warning.

daurnimator commented 7 years ago

FYI your links are dead.

mgol commented 7 years ago

The name was changed, it's now BabelMinifyWebpackPlugin. Here's the "why" section.