2 Star 6 Fork 1

李凤禄 / inmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.inmap.pro.js 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
fenglu.li 提交于 2017-12-29 11:54 . Revert "Revert "add""
/**
* Created by lu on 2016/12/5.
*/
const merge = require('webpack-merge');
const config = require('./webpack.inmap');
const webpack = require('webpack');
const path = require('path');
module.exports = merge(config, {
output: {
path: path.join(__dirname, './dist'),
filename: "[name].min.js"
},
plugins: [
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
}
})
]
});
1
https://gitee.com/LiFengLu/inmap.git
git@gitee.com:LiFengLu/inmap.git
LiFengLu
inmap
inmap
master

搜索帮助