mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Specify webpack mode
This commit is contained in:
parent
6395a9009e
commit
8f20fb8829
@ -4,10 +4,10 @@
|
|||||||
"description": "Apple II Emulator in JavaScript",
|
"description": "Apple II Emulator in JavaScript",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --mode=production",
|
"build": "webpack --mode=production",
|
||||||
"dev": "webpack serve",
|
"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",
|
"start": "webpack serve --mode=production",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
Reference in New Issue
Block a user