Skip to content

Commit

Permalink
chore(docs): updated old references to the extract text plugin (#412)
Browse files Browse the repository at this point in the history
* chore(dev): added break to the list of type of commit

* init(fix): removed references to extract text plugin

* fix(commit): rollback
  • Loading branch information
ematipico authored Apr 21, 2018
1 parent e5170b9 commit 1761666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This answers to the output directory of your application. The output directory i

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

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.
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.

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

Expand Down
4 changes: 2 additions & 2 deletions lib/generators/utils/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ module.exports = {
},
cssPlugin: _ => {
return `/*
* We've enabled ExtractTextPlugin for you. This allows your app to
* We've enabled MiniCssExtractPlugin for you. This allows your app to
* use css modules that will be moved into a separate CSS file instead of inside
* one of your module entries!
*
* https://github.com/webpack-contrib/extract-text-webpack-plugin
* https://github.com/webpack-contrib/mini-css-extract-plugin
*
*/`;
},
Expand Down

0 comments on commit 1761666

Please sign in to comment.