Skip to content

Commit c26f3e4

Browse files
committed
Micro jsx fix
1 parent 777af5f commit c26f3e4

11 files changed

+17
-17
lines changed

dist/index.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.modern.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.modern.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jasonrundell/react-mega-menu",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"author": "jasonrundell <[email protected]>",
55
"source": "./src/index.js",
66
"type": "module",
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "npm run build:micro",
1313
"build:parcel": "parcel build index.js --no-minify --no-cache --public-url /",
14-
"build:micro": "microbundle",
14+
"build:micro": "microbundle --jsx React.createElement",
1515
"dev": "microbundle watch",
1616
"format": "prettier --write src/**/*.{js,jsx}"
1717
},

0 commit comments

Comments
 (0)