juliuslu

Results 1 comments of juliuslu
trafficstars

I have an example about vue-clap-button. In my vue project's .babelrc, I added the settings as below: "env": { "test": { "presets": ["env","stage-2","es2015", "jest"], "plugins": ["transform-es2015-modules-commonjs", "dynamic-import-node"] } } Then,...