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 Apr 12, 2022
1 parent c33f56a commit df247f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -44,17 +44,17 @@
"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",
"passport-helsinki": "git+https://github.com/City-of-Helsinki/passport-helsinki.git",
"postcss-loader": "1.1.1",
"query-string": "4.2.3",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-bootstrap": "0.30.6",
"react-bootstrap-typeahead": "3.4.7",
"react-date-picker": "git://github.com/YoYuUm/react-date-picker.git#build-readonly",
"react-date-picker": "git+https://github.com/YoYuUm/react-date-picker.git#build-readonly",
"react-document-title": "2.0.2",
"react-dom": "15.3.2",
"react-fontawesome": "1.5.0",
Expand Down

0 comments on commit df247f4

Please sign in to comment.