From 6801182e847e8ec32e6ec05f71feb678e50e40cc Mon Sep 17 00:00:00 2001 From: Caleb Date: Mon, 2 Oct 2017 20:39:24 -0600 Subject: [PATCH] Don't run `normalize.css` through PostCSS. --- webpack.base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.base.js b/webpack.base.js index d69c786a..31141a70 100644 --- a/webpack.base.js +++ b/webpack.base.js @@ -17,7 +17,7 @@ module.exports = { List all of theme in the array */ test: /\.css$/, - include: [/redux-notifications/], + include: [/redux-notifications/, /normalize.css/], use: ExtractTextPlugin.extract({ fallback: 'style-loader', use: 'css-loader', @@ -25,7 +25,7 @@ module.exports = { }, { test: /\.css$/, - include: [/react-toolbox/, /normalize.css/], + include: [/react-toolbox/], use: ExtractTextPlugin.extract({ fallback: 'style-loader', use: [