Skip to content

Commit 1d60dbe

Browse files
committed
split up pretty and create hot paths
1 parent d7f599d commit 1d60dbe

File tree

4 files changed

+343
-48
lines changed

4 files changed

+343
-48
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"browser": "./dist/jsx.module.js",
1919
"require": "./dist/jsx.js"
2020
},
21-
"./package.json": "./package.json",
22-
"./": "./"
21+
"./package.json": "./package.json"
2322
},
2423
"scripts": {
2524
"bench": "BABEL_ENV=test node -r @babel/register benchmarks index.js",

0 commit comments

Comments
 (0)