UNPKG
esvcp-ui-pc
Version:
latest (0.1.34)
0.1.34
ESLink Vue Common Package UI - runtime and build UI on Vue For PC
esvcp-ui-pc
/
babel.config.js
8 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.exports = { presets:
[['@babel/preset-env']]
, plugins: [
'@babel/plugin-transform-runtime'
,
'@babel/plugin-proposal-object-rest-spread'
] };