mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-29 14:53:16 +02:00
Re-upgrade parcel-bundler, use no-hmr as workaround
This commit is contained in:
parent
9b93b30ce4
commit
6476315459
2 changed files with 1240 additions and 1571 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue