Exclude node_modules for CSS as well
This commit is contained in:
parent
d39c9cee2c
commit
bcca98b195
@ -20,6 +20,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
exclude: /node_modules/,
|
||||
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&&localIdentName=cms__[name]__[local]!postcss'),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user