Exclude node_modules for CSS as well

This commit is contained in:
Andrey Okonetchnikov 2016-11-11 12:09:05 +01:00
parent d39c9cee2c
commit bcca98b195

View File

@ -20,6 +20,7 @@ module.exports = {
},
{
test: /\.css$/,
exclude: /node_modules/,
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&&localIdentName=cms__[name]__[local]!postcss'),
},
{