2 Star 27 Fork 10

chentaoxm/h5-vant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
postcss.config.js 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
chentaoxm 提交于 2023-03-28 10:31 . 更改lintOnSave配置
module.exports = {
publicPath: './',
assetsDir: './',
css: {
loaderOptions: {
postcss: {
plugins: [
require('postcss-pxtorem')({
rootValue: 37.5,
propList: ['*']
})
]
}
}
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chentaoxm/h5-vant.git
git@gitee.com:chentaoxm/h5-vant.git
chentaoxm
h5-vant
h5-vant
master

搜索帮助