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 200327a commit 4ae3600Copy full SHA for 4ae3600
package.json
@@ -5,7 +5,7 @@
5
"source": "src/index.mjs",
6
"main": "dist/helix-react.js",
7
"module": "dist/helix-react.esm.js",
8
- "unpkg": "dist/helix-react.umd.js",
+ "unpkg": "dist/helix-react.js",
9
"scripts": {
10
"install:clean": "rm -rf node_modules && yarn install",
11
"build": "microbundle -i src/index.mjs --external react,react-dom --name HelixReact --jsx React.createElement --jsxFragment React.Fragment --compress false --sourcemap false",
0 commit comments