babel.config.js 241 B

12345678910
  1. module.exports = {
  2. "plugins": [
  3. "@babel/plugin-proposal-optional-chaining",
  4. ['import', {
  5. libraryName: 'vant',
  6. libraryDirectory: 'es',
  7. style: true
  8. }, 'vant']
  9. ]
  10. }