Skip to content

Commit 853db01

Browse files
committed
Fix error message to refer to correct plugin
1 parent ca60cef commit 853db01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ module.exports.pitch = function(request) {
3535
// We already in child compiler, return empty bundle
3636
if(this[NS] === undefined) {
3737
throw new Error(
38-
'"extract-text-webpack-plugin" loader is used without the corresponding plugin, ' +
39-
'refer to https://github.com/webpack/extract-text-webpack-plugin for the usage example'
38+
'"extract-css-chunks-webpack-plugin" loader is used without the corresponding plugin, ' +
39+
'refer to https://github.com/faceyspacey/extract-css-chunks-webpack-plugin for the usage example'
4040
);
4141
} else if(this[NS] === false) {
4242
return "";

0 commit comments

Comments
 (0)