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
3618
package-lock.json
generated
3618
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
|||||||
"dev": "webpack serve --mode=development",
|
"dev": "webpack serve --mode=development",
|
||||||
"index": "bin/index > json/disks/index.js",
|
"index": "bin/index > json/disks/index.js",
|
||||||
"lint": "eslint '**/*.js' '**/*.ts'",
|
"lint": "eslint '**/*.js' '**/*.ts'",
|
||||||
"start": "webpack serve --mode=production",
|
"start": "webpack serve --mode=development",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -19,15 +19,14 @@ module.exports =
|
|||||||
devServer: {
|
devServer: {
|
||||||
compress: true,
|
compress: true,
|
||||||
static: {
|
static: {
|
||||||
watch: false,
|
watch: {
|
||||||
|
ignored: /(node_modules|.git)/
|
||||||
|
},
|
||||||
directory: __dirname,
|
directory: __dirname,
|
||||||
},
|
},
|
||||||
dev: {
|
dev: {
|
||||||
publicPath: '/dist/',
|
publicPath: '/dist/',
|
||||||
},
|
},
|
||||||
// watchContentBase: true,
|
|
||||||
// watchOptions: {
|
|
||||||
// ignored: ['**/node_modules/', '**/.git/']
|
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user