We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf8fd6 commit b0423f9Copy full SHA for b0423f9
package.json
@@ -50,7 +50,7 @@
50
"start": "parcel watch ./src/index.js --out-dir ./dist",
51
"start:demo": "parcel ./example/src/index.html --out-dir ./example/dist",
52
"build": "yarn run build:browser && yarn run build:cjs && yarn run build:esm",
53
- "build:browser": "parcel build ./src/index.js --global minimum-parcel-lib",
+ "build:browser": "parcel build ./src/index.js --global react-orbitdb",
54
"build:cjs": "BABEL_ENV=cjs babel src --out-dir cjs",
55
"build:demo": "parcel build ./example/src/index.html --out-dir ./example/dist --public-url ./",
56
"build:esm": "BABEL_ENV=esm babel src --out-dir esm",
0 commit comments