File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ Libraries often wish to rename internal object properties or class members to sm
116
116
-h, --help Displays this message
117
117
118
118
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
123
123
```
124
124
125
125
## 🛣 Roadmap
Original file line number Diff line number Diff line change 45
45
"@babel/core" : " ^7.4.4" ,
46
46
"@babel/plugin-proposal-class-properties" : " 7.4.4" ,
47
47
"@babel/plugin-syntax-jsx" : " ^7.2.0" ,
48
+ "@babel/plugin-transform-flow-strip-types" : " ^7.4.4" ,
48
49
"@babel/plugin-transform-react-jsx" : " ^7.3.0" ,
49
50
"@babel/polyfill" : " ^7.4.4" ,
50
51
"@babel/preset-flow" : " ^7.0.0" ,
68
69
"rollup-plugin-bundle-size" : " ^1.0.1" ,
69
70
"rollup-plugin-commonjs" : " ^9.0.0" ,
70
71
"rollup-plugin-es3" : " ^1.1.0" ,
71
- "rollup-plugin-flow" : " ^1.1.1" ,
72
72
"rollup-plugin-json" : " ^4.0.0" ,
73
73
"rollup-plugin-node-resolve" : " ^4.2.3" ,
74
74
"rollup-plugin-postcss" : " ^2.0.3" ,
You can’t perform that action at this time.
0 commit comments