1 Star 6 Fork 2

fanger / element-china-category-data

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.build.config.js 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanger 提交于 2019-10-30 12:28 . no message
'use strict'
const { resolve } = require('path')
const config = {
mode: 'production',
entry: './src/app.js',
output: {
path: resolve(__dirname, './dist'),
filename: 'app.js',
libraryTarget: 'umd'
},
module: {
rules: [
{
test: /\.js$/,
use: 'babel-loader',
exclude: /node_modules/
}
]
}
}
module.exports = config
JavaScript
1
https://gitee.com/xiaofanger/element-china-category-data.git
git@gitee.com:xiaofanger/element-china-category-data.git
xiaofanger
element-china-category-data
element-china-category-data
master

搜索帮助