Update parcel

This commit is contained in:
Jonas Lochmann
2022-07-25 02:00:00 +02:00
parent ecb3d14d2a
commit 2f0ca96d7d
5 changed files with 4927 additions and 6132 deletions
+2 -4
View File
@@ -1,14 +1,12 @@
{
"dependencies": {
"parcel-bundler": "^1.12.4"
},
"scripts": {
"develop": "parcel src/index.html",
"lint": "tslint --project .",
"lint:fix": "tslint --project . --fix",
"build": "tslint --project . && rimraf dist && parcel build src/index.html --no-source-maps --no-minify --no-cache --public-url ."
"build": "tslint --project . && rimraf dist && parcel build src/index.html --no-source-maps --no-optimize --no-cache --public-url . && node finish-build.mjs"
},
"devDependencies": {
"parcel": "^2.6.2",
"rimraf": "^3.0.1",
"tslint": "^6.0.0",
"tslint-config-standard": "^9.0.0",