03 2021 档案
摘要:module.exports = { // 全局混入scss变量 // css: { // loaderOptions: { // sass: { // prependData: '@import "./src/styles/global.scss";' // } // } // } } 中间暂时注
阅读全文
摘要:const path = require('path') module.exports = ({ file }) => { const designWidth = file.dirname.includes(path.join('node_modules', 'vant')) ? 375 : 750
阅读全文