Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 907fd1a

Browse files
author
Tynarus
committed
Fixing unit testing due to webpack config changes
1 parent 20686d6 commit 907fd1a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

config/test/webpack.test.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ module.exports = {
2222
{
2323
test: /\.scss$/,
2424
exclude: /node_modules/,
25-
use: [ 'to-string-loader', 'sass-loader' ]
26-
},
27-
{
28-
test: /\.css$/,
29-
include: helpers.root('src', 'app'),
30-
use: 'to-string-loader'
25+
use: [ 'to-string-loader', 'css-loader', 'sass-loader' ]
3126
}
3227
]
3328
},

0 commit comments

Comments
 (0)