File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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.mjs && v8 --module benchmarks/.v8.mjs " ,
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.modern.js " ,
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" ,
You can’t perform that action at this time.
0 commit comments