diff --git a/index.js b/index.js index 191994bc..47f6e21e 100644 --- a/index.js +++ b/index.js @@ -124,11 +124,6 @@ module.exports = function (source, map) { [].concat(plugins), params ); - } else { - loader.emitWarning( - 'this._compilation is not available thus ' + - '`postcss-loader-before-processing` is not supported' - ); } return postcss(plugins).process(source, opts).then(function (result) {