3 Star 1 Fork 1

热门极速下载/forem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mac Siri 提交于 2022-11-11 09:57 . Fix yarn postcss (#18711)
/* globals module, require */
module.exports = {
plugins: [
require('postcss-import')({
resolve: function(id, basedir) {
if (id.startsWith('/assets/react-dates/')) {
return require('path').resolve(process.cwd(), "node_modules/react-dates/lib/css/_datepicker.css");
} else {
return require('path').resolve(basedir, id);
}
}
}),
require('postcss-flexbugs-fixes'),
require('postcss-preset-env')({
autoprefixer: { flexbox: 'no-2009' },
stage: 3,
}),
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/mirrors_trending/forem.git
git@gitee.com:mirrors_trending/forem.git
mirrors_trending
forem
forem
main

搜索帮助