gzpt2.0-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.

15 lines
277 B

2 years ago
  1. module.exports = {
  2. plugins: [
  3. [
  4. "import",
  5. {
  6. libraryName: "vant",
  7. libraryDirectory: "es",
  8. // 指定样式路径
  9. style: name => `${name}/style/less`
  10. },
  11. "vant"
  12. ],
  13. ["@babel/plugin-syntax-dynamic-import"]
  14. ]
  15. };