Skip to content

Commit 1761666

Browse files
authored
chore(docs): updated old references to the extract text plugin (#412)
* chore(dev): added break to the list of type of commit * init(fix): removed references to extract text plugin * fix(commit): rollback
1 parent e5170b9 commit 1761666

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

INIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This answers to the output directory of your application. The output directory i
1616

1717
3. `Are you going to use this in production? (Y/n)`
1818

19-
If you answer `Yes` to this, we add [`ExtractTextPlugin`](https://github.com/webpack-contrib/extract-text-webpack-plugin) to your project. This means that your style files will be separated in production from the bundles where they are used. If you answer `No`, we will not use the plugin, and `Question 6` will be ignored by default.
19+
If you answer `Yes` to this, we add [`MinCssExtractPlugin`](https://github.com/webpack-contrib/mini-css-extract-plugin) to your project. This means that your style files will be separated in production from the bundles where they are used. If you answer `No`, we will not use the plugin, and `Question 6` will be ignored by default.
2020

2121
4. `Will you be using ES2015? (Y/n)`
2222

lib/generators/utils/tooltip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ module.exports = {
3333
},
3434
cssPlugin: _ => {
3535
return `/*
36-
* We've enabled ExtractTextPlugin for you. This allows your app to
36+
* We've enabled MiniCssExtractPlugin for you. This allows your app to
3737
* use css modules that will be moved into a separate CSS file instead of inside
3838
* one of your module entries!
3939
*
40-
* https://github.com/webpack-contrib/extract-text-webpack-plugin
40+
* https://github.com/webpack-contrib/mini-css-extract-plugin
4141
*
4242
*/`;
4343
},

0 commit comments

Comments
 (0)