From 81be45b79285a3d40b80cbc55ecb907d5d35a468 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Wed, 1 Mar 2017 13:52:17 +0100 Subject: [PATCH] Remove webpack Plugin warning (#179) --- index.js | 5 ----- 1 file changed, 5 deletions(-) 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) {