Skip to content

Commit 34966cd

Browse files
committed
Merge branch 'master' into streaming-render
2 parents 96f9f4b + fac1544 commit 34966cd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package-lock.json

Lines changed: 15 additions & 0 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"bench": "BABEL_ENV=test node -r @babel/register benchmarks index.js",
40-
"bench:v8": "BABEL_ENV=test microbundle benchmarks/index.js -f modern --alias benchmarkjs-pretty=benchmarks/lib/benchmark-lite.js --external none --target node --no-compress --no-sourcemap --raw -o benchmarks/.v8.js && v8 --module benchmarks/.v8.modern.js",
40+
"bench:v8": "BABEL_ENV=test microbundle benchmarks/index.js -f modern --alias benchmarkjs-pretty=benchmarks/lib/benchmark-lite.js --external none --target node --no-compress --no-sourcemap --raw -o benchmarks/.v8.mjs && v8 --module benchmarks/.v8.mjs",
4141
"build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s copy-typescript-definition",
4242
"postbuild": "node ./config/node-13-exports.js && node ./config/node-commonjs.js",
4343
"transpile": "microbundle src/index.js -f es,umd --target web --external preact",

0 commit comments

Comments
 (0)