Skip to content

Commit

Permalink
Project conf
Browse files Browse the repository at this point in the history
Install node-sass that is compatible with
node version 14.X.X

Add a css loader for testing.
  • Loading branch information
Kevin Seestrand committed Mar 9, 2022
1 parent 8c35776 commit 0f5e550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/webpack.tests.js
Expand Up @@ -35,6 +35,10 @@ module.exports = merge(common, {
presets: ['es2015', 'node6', 'react', 'stage-2'],
},
},
{
test: /\.css$/,
loader: 'style-loader!css-loader',
},
],
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"moment-range": "2.2.0",
"moment-timezone": "0.5.13",
"morgan": "1.9.0",
"node-sass": "4.5.2",
"node-sass": "4.14.1",
"normalizr": "2.2.1",
"passport": "0.3.2",
"passport-helsinki": "git://github.com/City-of-Helsinki/passport-helsinki.git",
Expand Down

0 comments on commit 0f5e550

Please sign in to comment.