mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
chore: update parcel and bypass hmr bug (#792)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Simple Parcel Sandbox",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"start": "parcel index.html --open",
|
||||
"start": "parcel index.html --open --no-hmr",
|
||||
"build": "parcel build index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -14,6 +14,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.17.5",
|
||||
"parcel-bundler": "^1.12.5"
|
||||
"parcel": "^2.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
},
|
||||
"keywords": ["qlik", "nebula"],
|
||||
"scripts": {
|
||||
"start": "parcel src/index.html --open",
|
||||
"start": "parcel src/index.html --open --no-hmr",
|
||||
"build": "parcel build src/index.html --dist-dir ./dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/stardust": "<%= nebulaVersion %>",
|
||||
"@nebula.js/sn-bar-chart": "^0.8.24",
|
||||
"enigma.js": "^2.6.3",
|
||||
"parcel": "^2.0.0-rc.0"
|
||||
"parcel": "^2.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Simple local mashup",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"start": "parcel index.html --open",
|
||||
"start": "parcel index.html --open --no-hmr",
|
||||
"build": "parcel build index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -17,6 +17,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.3",
|
||||
"parcel": "^2.0.0-rc.0"
|
||||
"parcel": "^2.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Simple local mashup",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"start": "parcel index.html --open",
|
||||
"start": "parcel index.html --open --no-hmr",
|
||||
"build": "parcel build index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -15,6 +15,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.3",
|
||||
"parcel-bundler": "^1.12.5"
|
||||
"parcel": "^2.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user