1 Star 0 Fork 0

Jone/ljx-task-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wepy.config.js 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Jone 提交于 2017-12-11 13:48 . 完善接口
const path = require('path')
var prod = process.env.NODE_ENV === 'production'
module.exports = {
wpyExt: '.wpy',
build: {
web: {
htmlTemplate: path.join('src', 'index.template.html'),
htmlOutput: path.join('web', 'index.html'),
jsOutput: path.join('web', 'index.js')
}
},
resolve: {
alias: {
counter: path.join(__dirname, 'src/components/counter'),
'@': path.join(__dirname, 'src')
},
modules: ['node_modules']
},
eslint: true,
compilers: {
// less: {
// compress: true
// },
sass: {
outputStyle: 'compressed'
},
babel: {
sourceMap: true,
presets: [
'env',
'es2015',
'stage-1'
],
plugins: [
'transform-class-properties',
'transform-decorators-legacy',
'transform-object-rest-spread',
'transform-export-extensions',
'syntax-export-extensions'
]
}
},
plugins: {
},
appConfig: {
noPromiseAPI: ['createSelectorQuery']
}
}
if (prod) {
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
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/GaoGuoHui/ljx-task-front.git
git@gitee.com:GaoGuoHui/ljx-task-front.git
GaoGuoHui
ljx-task-front
ljx-task-front
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385