Skip to content

Commit 833df03

Browse files
michael-ciniawskyai
authored andcommitted
Remove webpack Plugin warning (webpack-contrib#179) (webpack-contrib#180)
1 parent 7b5bda5 commit 833df03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ module.exports = function (source, map) {
124124
[].concat(plugins),
125125
params
126126
);
127-
} else {
128-
loader.emitWarning(
129-
'this._compilation is not available thus ' +
130-
'`postcss-loader-before-processing` is not supported'
131-
);
132127
}
133128

134129
return postcss(plugins).process(source, opts).then(function (result) {

0 commit comments

Comments
 (0)