Update dependencies
This commit is contained in:
parent
207b846322
commit
16b4e14ede
3 changed files with 4080 additions and 3991 deletions
|
|
@ -12,6 +12,9 @@ module.exports = (env, argv) => ({
|
|||
entry: {
|
||||
index: './src/index.ts',
|
||||
},
|
||||
devServer: {
|
||||
allowedHosts: 'all',
|
||||
},
|
||||
watchOptions: {
|
||||
ignored: '**/node_modules',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue