Skip to content

Commit a2c5531

Browse files
committed
fix(plugins): babili has been renamed to babel-minify
This fixes the errors found in some other PRs.
1 parent 40bf91d commit a2c5531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/plugins/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ webpack has a rich plugin interface. Most of the features within webpack itself
1313
Name | Description
1414
-------------------------------------------------------- | -----------
1515
[`AggressiveSplittingPlugin`](/plugins/aggressive-splitting-plugin) | Splits the original chunks into smaller chunks
16-
[`BabiliWebpackPlugin`](/plugins/babili-webpack-plugin) | Babel based minification: [Babili](https://github.com/babel/babili)
16+
[`BabelMinifyWebpackPlugin`](/plugins/babel-minify-webpack-plugin) | Minification with [babel-minify](https://github.com/babel/minify)
1717
[`BannerPlugin`](/plugins/banner-plugin) | Add a banner to the top of each generated chunk
1818
[`CommonsChunkPlugin`](/plugins/commons-chunk-plugin) | Extract common modules shared between chunks
1919
[`ComponentWebpackPlugin`](/plugins/component-webpack-plugin) | Use components with webpack

0 commit comments

Comments
 (0)