Skip to content
Snippets Groups Projects
Commit 64d84e56 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Temporary fix to skip scope-hoisting bug in parcel.

Bump some package versions.
parent c1b78f42
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,14 @@
},
"release": {
"distDir": "build/release/",
"sourceMap": false,
"sourceMap": true,
"optimize": true
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "parcel watch index.js",
"build": "parcel build index.js --target release && gulp build"
"watch": "parcel watch index.js --target debug",
"build": "parcel build index.js --target release --no-scope-hoist && gulp build"
},
"repository": {
"type": "git",
......@@ -41,13 +41,13 @@
"gulp": "^4.0.2",
"gulp-replace": "^1.1.3",
"gulp-zip": "^4.2.0",
"parcel": "^2.0.0-rc.0",
"parcel": "^2.0.1",
"prettier": "^2.3.2"
},
"dependencies": {
"3d-force-graph": "^1.70.5",
"force-graph": "^1.42.2",
"force-graph": "^1.42.4",
"jquery": "^3.6.0",
"three": "^0.131.2"
"three": ">=0.118.3"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment