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

Commit

Permalink
Fixing unit testing due to webpack config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynarus committed Sep 12, 2017
1 parent 20686d6 commit 907fd1a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/test/webpack.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ module.exports = {
{
test: /\.scss$/,
exclude: /node_modules/,
use: [ 'to-string-loader', 'sass-loader' ]
},
{
test: /\.css$/,
include: helpers.root('src', 'app'),
use: 'to-string-loader'
use: [ 'to-string-loader', 'css-loader', 'sass-loader' ]
}
]
},
Expand Down

0 comments on commit 907fd1a

Please sign in to comment.