1 Star 0 Fork 0

election/leshare-seller-wepy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wepy.config.js 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
coolhwm 提交于 2018-02-06 11:28 . update .gitignore
const prod = process.env.NODE_ENV === 'production';
module.exports = {
wpyExt: '.wpy',
build: {
web: {
}
},
eslint: true,
compilers: {
sass: {
outputStyle: 'compact'
},
babel: {
sourceMap: false,
presets: [
'es2015',
'stage-1'
],
plugins: [
'transform-decorators-legacy',
'transform-export-extensions',
'syntax-export-extensions'
]
}
},
plugins: {
'autoprefixer': {
filter: /\.(wxss|css)$/,
config: {
browsers: ['last 11 iOS versions']
}
}
}
};
if (prod) {
delete module.exports.compilers.babel.sourcesMap;
// 压缩sass
module.exports.compilers['sass'] = {outputStyle: 'compressed'};
// 压缩js
module.exports.plugins = {
autoprefixer: {
filter: /\.(wxss|css)$/,
config: {
browsers: ['last 11 iOS versions']
}
},
uglifyjs: {
filter: /\.js$/,
config: {
}
},
filemin: {
filter: /\.(wxml)$/
},
imagemin: {
filter: /\.(jpg|png|jpeg)$/,
config: {
jpg: {
quality: 80
},
png: {
quality: 80
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliver7/leshare-seller-wepy.git
git@gitee.com:aliver7/leshare-seller-wepy.git
aliver7
leshare-seller-wepy
leshare-seller-wepy
master

搜索帮助