1 Star 0 Fork 0

dungang / ol-proj-ch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
ke.wang7 提交于 2020-07-29 21:39 . feature(1.0.3): support typescript
const path = require('path');
module.exports = {
entry: './src/index.ts',
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'ol-proj-ch.js',
library: 'ol-proj-ch',
libraryTarget: 'umd',
libraryExport: 'default'
},
devtool: 'inline-source-map',
mode: "production",
module: {
rules: [
{
test: /\.ts$/,
exclude: /(node_modules|bower_components|test)/,
use: {
loader: 'ts-loader'
}
}
]
},
resolve: {
extensions: ['.ts', '.js' ]
},
};
JavaScript
1
https://gitee.com/dungang/ol-proj-ch.git
git@gitee.com:dungang/ol-proj-ch.git
dungang
ol-proj-ch
ol-proj-ch
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891