mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Update watch options, package-lock.json
This commit is contained in:
parent
54eddb178c
commit
0c89f44560
3616
package-lock.json
generated
3616
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
"dev": "webpack serve --mode=development",
|
||||
"index": "bin/index > json/disks/index.js",
|
||||
"lint": "eslint '**/*.js' '**/*.ts'",
|
||||
"start": "webpack serve --mode=production",
|
||||
"start": "webpack serve --mode=development",
|
||||
"test": "jest"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -19,15 +19,14 @@ module.exports =
|
||||
devServer: {
|
||||
compress: true,
|
||||
static: {
|
||||
watch: false,
|
||||
watch: {
|
||||
ignored: /(node_modules|.git)/
|
||||
},
|
||||
directory: __dirname,
|
||||
},
|
||||
dev: {
|
||||
publicPath: '/dist/',
|
||||
},
|
||||
// watchContentBase: true,
|
||||
// watchOptions: {
|
||||
// ignored: ['**/node_modules/', '**/.git/']
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
Loading…
Reference in New Issue
Block a user