美文网首页my ionic3
Ionic3 问题汇总

Ionic3 问题汇总

作者: 飞过的沙 | 来源:发表于2018-03-07 08:46 被阅读38次

1、
Without from option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined to prevent this warning.
解决方法
在“/node_modules/@ionic/app-scripts/dist/sass.js”路径的“sass.js”文件,在postcssOptions参数中添加“from: undefined”。添加后效果如下:
var postcssOptions = { from: undefined, to: path_1.basename(sassConfig.outFile), map: autoPrefixerMapOptions };

相关文章

网友评论

本文标题:Ionic3 问题汇总

本文链接:https://www.haomeiwen.com/subject/rlwdfftx.html