Skip to content

Commit 555af26

Browse files
authored
Merge branch 'master' into feat/babel-overrides
2 parents de9b42f + f6dc730 commit 555af26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Libraries often wish to rename internal object properties or class members to sm
116116
-h, --help Displays this message
117117
118118
Examples
119-
$ microbundle microbundle --globals react=React,jquery=$
120-
$ microbundle microbundle --define API_KEY=1234
121-
$ microbundle microbundle --alias react=preact
122-
$ microbundle microbundle --no-sourcemap # don't generate sourcemaps
119+
$ microbundle build --globals react=React,jquery=$
120+
$ microbundle build --define API_KEY=1234
121+
$ microbundle build --alias react=preact
122+
$ microbundle build --no-sourcemap # don't generate sourcemaps
123123
```
124124

125125
## 🛣 Roadmap

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@babel/core": "^7.4.4",
4646
"@babel/plugin-proposal-class-properties": "7.4.4",
4747
"@babel/plugin-syntax-jsx": "^7.2.0",
48+
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
4849
"@babel/plugin-transform-react-jsx": "^7.3.0",
4950
"@babel/polyfill": "^7.4.4",
5051
"@babel/preset-flow": "^7.0.0",
@@ -68,7 +69,6 @@
6869
"rollup-plugin-bundle-size": "^1.0.1",
6970
"rollup-plugin-commonjs": "^9.0.0",
7071
"rollup-plugin-es3": "^1.1.0",
71-
"rollup-plugin-flow": "^1.1.1",
7272
"rollup-plugin-json": "^4.0.0",
7373
"rollup-plugin-node-resolve": "^4.2.3",
7474
"rollup-plugin-postcss": "^2.0.3",

0 commit comments

Comments
 (0)