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 fc97958 commit 7ca48f5Copy full SHA for 7ca48f5
examples/cdn-es5/package.json
@@ -3,6 +3,6 @@
3
"version": "1.0.0",
4
"description": "ActiveWidgets/React from CDN",
5
"keywords": [],
6
- "main": "index.html",
+ "main": "src/index.js",
7
"private": true
8
}
examples/hello-world/package.json
@@ -3,10 +3,10 @@
"description": "Hello World - ActiveWidgets/React",
"scripts": {
- "start": "parcel --open",
9
- "build": "parcel build"
+ "start": "parcel index.html --open",
+ "build": "parcel build index.html"
10
},
11
"dependencies": {
12
"@activewidgets/react": "0.0.10",
0 commit comments