|
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 | 27 | "bench": "BABEL_ENV=test node -r @babel/register benchmarks index.js",
|
28 |
| - "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", |
| 28 | + "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", |
29 | 29 | "build": "npm run -s transpile && npm run -s transpile:jsx && npm run -s copy-typescript-definition",
|
30 | 30 | "postbuild": "node ./config/node-13-exports.js && node ./config/node-commonjs.js",
|
31 | 31 | "transpile": "microbundle src/index.js -f es,umd --target web --external preact",
|
|
104 | 104 | "@babel/plugin-transform-react-jsx": "^7.12.12",
|
105 | 105 | "@babel/preset-env": "^7.12.11",
|
106 | 106 | "@babel/register": "^7.12.10",
|
107 |
| - "@changesets/cli": "^2.18.0", |
108 | 107 | "@changesets/changelog-github": "^0.4.1",
|
| 108 | + "@changesets/cli": "^2.18.0", |
109 | 109 | "benchmarkjs-pretty": "^2.0.1",
|
110 | 110 | "chai": "^4.2.0",
|
111 | 111 | "copyfiles": "^2.4.1",
|
112 | 112 | "eslint": "^7.16.0",
|
113 | 113 | "eslint-config-developit": "^1.2.0",
|
114 | 114 | "husky": "^4.3.6",
|
115 | 115 | "lint-staged": "^10.5.3",
|
116 |
| - "microbundle": "^0.13.0", |
| 116 | + "microbundle": "^0.15.1", |
117 | 117 | "mocha": "^8.2.1",
|
118 | 118 | "preact": "^10.5.7",
|
119 | 119 | "prettier": "^2.2.1",
|
|
139 | 139 | "hooks": {
|
140 | 140 | "pre-commit": "lint-staged"
|
141 | 141 | }
|
142 |
| - }, |
143 |
| - "mangle": { |
144 |
| - "compress": { |
145 |
| - "reduce_funcs": false |
146 |
| - } |
147 | 142 | }
|
148 | 143 | }
|
0 commit comments