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