Skip to content

Commit 9c1d7da

Browse files
committed
chore: update parcel
1 parent b0db319 commit 9c1d7da

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ docs
44
test/repo-tests*
55
**/bundle.js
66
.cache
7+
.parcel-cache
78

89
# Logs
910
logs

examples/libp2p-in-the-browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "libp2p-in-browser",
33
"version": "1.0.0",
44
"description": "A libp2p node running in the browser",
5-
"main": "index.js",
5+
"main": "dist/index.html",
66
"browserslist": [
77
"last 2 Chrome versions"
88
],
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"build": "parcel build index.html",
11+
"build": "parcel build index.html --no-scope-hoist",
1212
"start": "parcel index.html"
1313
},
1414
"keywords": [],
@@ -29,6 +29,6 @@
2929
"babel-plugin-syntax-async-functions": "^6.13.0",
3030
"babel-plugin-transform-regenerator": "^6.26.0",
3131
"babel-polyfill": "^6.26.0",
32-
"parcel-bundler": "1.12.3"
32+
"parcel": "next"
3333
}
3434
}

0 commit comments

Comments
 (0)