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

View File

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

View File

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

View File

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