chore: update parcel and bypass hmr bug (#792)

This commit is contained in:
Tobias Åström
2022-03-15 08:20:31 +01:00
committed by GitHub
parent 6d23e245bd
commit e5f31eeabd
4 changed files with 8 additions and 8 deletions

View File

@@ -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"
}
}

View File

@@ -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"
}
}

View File

@@ -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"
}
}

View File

@@ -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"
}
}