1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-24 18:36:20 +08:00
vant-weapp/babel.config.js

13 lines
190 B
JavaScript

module.exports = {
presets: [
[
'@babel/preset-env',
{
loose: true,
modules: false
}
]
],
plugins: ['@babel/plugin-syntax-dynamic-import']
};