Skip to content

Commit 4c97a84

Browse files
authored
166 fix npm dependency issue (#167)
* upgrade to webpack 5 and fix dependencies error * npm run start:dev works * mini css extractor plugin not working * fix minicssextractor plugin
1 parent 79afcab commit 4c97a84

File tree

6 files changed

+28194
-17075
lines changed

6 files changed

+28194
-17075
lines changed

frontend/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ module.exports = function (config) {
4949
test: /\.jsx?$/,
5050
exclude: path.resolve("node_modules"),
5151
include: path.resolve("src"),
52-
loaders: ["isparta-loader"]
52+
loaders: ["babel-loader"]
53+
5354
}
5455
]
5556
},

0 commit comments

Comments
 (0)