Re-upgrade parcel-bundler, use no-hmr as workaround

This commit is contained in:
Robbie Antenesse 2019-06-04 11:34:16 -06:00 committed by Robbie Antenesse
parent e717480d18
commit f8a0c00c2b
2 changed files with 1240 additions and 1571 deletions

View File

@ -8,7 +8,7 @@
"license": "UNLICENCED", "license": "UNLICENCED",
"scripts": { "scripts": {
"start": "concurrently \"npm run watch-js\" \"npm run watch-php\"", "start": "concurrently \"npm run watch-js\" \"npm run watch-php\"",
"watch-js": "parcel watch index.html view.html --public-url ./", "watch-js": "parcel watch index.html view.html --no-hmr --public-url ./",
"watch-php": "cpx \"src/php/**/{*,.*}\" dist -v -w", "watch-php": "cpx \"src/php/**/{*,.*}\" dist -v -w",
"bundle": "parcel build index.html && cpx \"src/php/**/{*,.*}\" dist", "bundle": "parcel build index.html && cpx \"src/php/**/{*,.*}\" dist",
"serve-frontend-only": "parcel index.html", "serve-frontend-only": "parcel index.html",
@ -20,8 +20,7 @@
"autoprefixer": "^9.5.1", "autoprefixer": "^9.5.1",
"concurrently": "^4.1.0", "concurrently": "^4.1.0",
"cpx": "^1.5.0", "cpx": "^1.5.0",
"node-sass": "^4.12.0", "parcel-bundler": "^1.12.3",
"parcel-bundler": "1.9.7",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"sass": "^1.19.0" "sass": "^1.19.0"
}, },

2806
yarn.lock

File diff suppressed because it is too large Load Diff