package.json with webpack properly for builds
This commit is contained in:
@@ -79,6 +79,7 @@
|
|||||||
"yaml": "^1.7.2",
|
"yaml": "^1.7.2",
|
||||||
"yamljs": "^0.3.0",
|
"yamljs": "^0.3.0",
|
||||||
"zone.js": "^0.13.1"
|
"zone.js": "^0.13.1"
|
||||||
|
"webpack": "^5.88.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "HTTPS=false&&PORT=3000 GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start",
|
"start": "HTTPS=false&&PORT=3000 GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start",
|
||||||
@@ -111,6 +112,5 @@
|
|||||||
"react-16": "npm:react@16.13.1",
|
"react-16": "npm:react@16.13.1",
|
||||||
"react-dom-16": "npm:react-dom@16.13.1",
|
"react-dom-16": "npm:react-dom@16.13.1",
|
||||||
"react-error-overlay": "6.0.9",
|
"react-error-overlay": "6.0.9",
|
||||||
"webpack": "^5.88.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user