1 Star 0 Fork 1

黄峰/wepy-com-loadings

forked from Licoy/wepy-com-loadings 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wepy.config.js 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Licoy 提交于 2018-03-23 14:58 . 更新Loading
var prod = process.env.NODE_ENV === 'production'
module.exports = {
wpyExt: '.wpy',
eslint: false,
cliLogs: true,
compilers: {
less: {
compress: true
},
/*sass: {
outputStyle: 'compressed'
},*/
babel: {
sourceMap: true,
presets: [
'env'
],
plugins: [
'babel-plugin-transform-class-properties',
'transform-export-extensions',
'syntax-export-extensions'
]
}
},
plugins: {
},
appConfig: {
noPromiseAPI: ['createSelectorQuery']
}
}
if (prod) {
module.exports.cliLogs = false;
delete module.exports.compilers.babel.sourcesMap;
// 压缩sass
// module.exports.compilers['sass'] = {outputStyle: 'compressed'}
// 压缩less
module.exports.compilers['less'] = {
compress: true
}
// 压缩js
module.exports.plugins = {
uglifyjs: {
filter: /\.js$/,
config: {
}
},
imagemin: {
filter: /\.(jpg|png|jpeg)$/,
config: {
jpg: {
quality: 80
},
png: {
quality: 80
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/huangfeng0618/wepy-com-loadings.git
git@gitee.com:huangfeng0618/wepy-com-loadings.git
huangfeng0618
wepy-com-loadings
wepy-com-loadings
master

搜索帮助