Update dependencies

This commit is contained in:
Andras Schmelczer 2023-10-01 19:03:51 +01:00
parent 207b846322
commit 16b4e14ede
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 4080 additions and 3991 deletions

View file

@ -12,6 +12,9 @@ module.exports = (env, argv) => ({
entry: {
index: './src/index.ts',
},
devServer: {
allowedHosts: 'all',
},
watchOptions: {
ignored: '**/node_modules',
},