1 Star 0 Fork 22

各类常用技术,算法-工具的服务化 / inMap

forked from hiekay / inMap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpak.inmap.js 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
fenglu.li 提交于 2017-12-04 19:19 . update
/**
* Created by lu on 2016/12/5.
*/
const path = require('path');
const option = {
entry: {
inmap: './src/main.js',
worker: './src/worker/index.js'
},
output: {
path: path.join(__dirname, './dist'),
libraryTarget: 'umd',
library: "inMap",
umdNamedDefine: true,
filename: "[name].js"
},
module: {
rules: [{
test: /\.js$/,
loader: 'babel-loader',
exclude: /node_modules/
},
{
test: /\.(less|css)$/,
use: ['style-loader', 'css-loader', 'less-loader'],
},
]
},
plugins: []
};
module.exports = option;
JavaScript
1
https://gitee.com/Component_Technology/inMap.git
git@gitee.com:Component_Technology/inMap.git
Component_Technology
inMap
inMap
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891