We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca60cef commit 853db01Copy full SHA for 853db01
loader.js
@@ -35,8 +35,8 @@ module.exports.pitch = function(request) {
35
// We already in child compiler, return empty bundle
36
if(this[NS] === undefined) {
37
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'
+ '"extract-css-chunks-webpack-plugin" loader is used without the corresponding plugin, ' +
+ 'refer to https://github.com/faceyspacey/extract-css-chunks-webpack-plugin for the usage example'
40
);
41
} else if(this[NS] === false) {
42
return "";
0 commit comments