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",
|
||||
"scripts": {
|
||||
"build": "webpack --mode=production",
|
||||
"dev": "webpack serve",
|
||||
"dev": "webpack serve --mode=development",
|
||||
"index": "bin/index > json/disks/index.js",
|
||||
"lint": "eslint '**/*.js' '**/*.ts'",
|
||||
"start": "webpack serve",
|
||||
"start": "webpack serve --mode=production",
|
||||
"test": "jest"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
Reference in New Issue
Block a user