1 Star 1 Fork 0

roc1024/webpack-vue-plus-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
postcss.config.js 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
fei 提交于 2018-11-09 11:13 . add
// 自动添加CSS浏览器前缀,配置文件,设置支持的浏览器类型
// 需要安装 postcss-loader autoprefixer 两个插件
module.exports = {
plugins: [
require('autoprefixer')({
"browsers": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
})
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/roc1024/webpack-vue-plus-pages.git
git@gitee.com:roc1024/webpack-vue-plus-pages.git
roc1024
webpack-vue-plus-pages
webpack-vue-plus-pages
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385