天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
359B

  1. /*
  2. * @Date: 2022-01-19 10:08:26
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2023-02-25 15:43:27
  5. * @FilePath: \TelpoH5FrontendWeb\babel.config.js
  6. * @description:
  7. */
  8. module.exports = {
  9. presets: ["@vue/cli-plugin-babel/preset"],
  10. plugins: [
  11. ['import', {
  12. libraryName: 'vant',
  13. libraryDirectory: 'es',
  14. style: true
  15. }, 'vant']
  16. ]
  17. };