UNPKG
create-rollup-pkg
Version:
latest (1.0.1)
1.0.1
1.0.0
基于 rollup 的组件打包模版
github.com/mingyuLi97/create-rollup-pkg
create-rollup-pkg
/
template
/
common
/
babel.config.js
15 lines
(14 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.exports = { presets:
[["@babel/preset-env"]]
, plugins: [ [
"@babel/plugin-transform-runtime"
, { corejs: { version:
3
, proposals:
false
, }, }, ], ], };