老师我配置了autoprefixer并没有帮我补齐前缀,是什么原因
来源:14-1 Koa2 课程回顾总结

gaojingran
2018-03-26
.postcssrc
{
"modules": true,
"plugins": {
"autoprefixer": true
}
}
package.json
{
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"cross-env": "^5.1.4",
"less": "^3.0.1",
"postcss-modules": "^1.1.0",
"rimraf": "^2.6.2"
}
}
写回答
1回答
-
Scott
2018-03-26
可以把你的代码上传到 github 上,我去看看,是有点诡异
022018-03-27
相似问题