1 Star 0 Fork 0

CherishTheYouth/cornerstone3D

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alireza 提交于 2022-03-30 15:45 . chore: prettier fix styles (#33)
module.exports = function (ctx) {
ctx = ctx || {};
ctx.env = ctx.env || 'development';
return {
map: ctx.env === 'development' ? ctx.map : false,
plugins: {
'postcss-import': {},
'postcss-preset-env': {},
cssnano: ctx.env === 'production' ? {} : false,
},
};
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JingWa/cornerstone3D.git
git@gitee.com:JingWa/cornerstone3D.git
JingWa
cornerstone3D
cornerstone3D
main

搜索帮助