105 Star 1.2K Fork 223

GVPvant / vant-weapp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
babel.config.js 281 Bytes
Copy Edit Raw Blame History
nemo-shen authored 2021-11-10 15:54 . test(Button): add unit test (#4603)
module.exports = {
presets: [
[
'@babel/preset-env',
{
loose: true,
modules: false,
},
],
],
env: {
test: {
presets: ['@babel/preset-typescript'],
plugins: ['@babel/plugin-transform-modules-commonjs'],
},
},
};
JavaScript
1
https://gitee.com/vant-contrib/vant-weapp.git
git@gitee.com:vant-contrib/vant-weapp.git
vant-contrib
vant-weapp
vant-weapp
dev

Search