Update webpack and web ui to recent versions, bug fixes

This commit is contained in:
Sebastien L
2022-01-21 17:02:34 -05:00
parent bd63723189
commit 977935015e
39 changed files with 542 additions and 442 deletions

View File

@@ -106,6 +106,7 @@ module.exports ={
entry: {
test: './src/test.ts',
},
devtool:"source-map",
devServer: {
contentBase: path.resolve(__dirname, './dist'),