mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Support prod and dev modes.
This commit is contained in:
parent
2b63a4b569
commit
c5fa13388d
1268
package-lock.json
generated
1268
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"version": "0.0.1",
|
||||
"description": "Apple II Emulator in JavaScript",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"build": "webpack --mode=production",
|
||||
"index": "scripts/index.pl > json/disks/index.js",
|
||||
"lint": "eslint js",
|
||||
"start": "webpack-dev-server"
|
||||
|
@ -3,7 +3,6 @@ const path = require('path');
|
||||
|
||||
module.exports =
|
||||
{
|
||||
mode: 'development',
|
||||
devtool: 'source-map',
|
||||
entry: {
|
||||
main2: path.resolve('js/main2.js'),
|
||||
|
Loading…
Reference in New Issue
Block a user