Update webpack config for semantic

This commit is contained in:
Jaco Greeff 2017-08-01 15:51:03 +02:00
parent dea25b194e
commit 67db54d765
1 changed files with 2 additions and 2 deletions

View File

@ -100,12 +100,12 @@ module.exports = {
},
{
test: /\.css$/,
include: /node_modules\/(?!@parity)*/,
include: /semantic-ui-css/,
use: [ 'style-loader', 'css-loader' ]
},
{
test: /\.css$/,
exclude: /node_modules\/(?!@parity)*/,
exclude: /semantic-ui-css/,
use: [
'style-loader',
{