2 Star 3 Fork 1

成都PHP开源群 / Jira Tool Box

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
jhuang 提交于 2017-08-08 14:11 . VUE
module.exports = {
context: __dirname + '/app/scripts.babel/',
entry: {
background: './background.js', // remove unused
chromereload: './chromereload.js',
contentscript: './contentscript.js',
common: './common.js',
popup: './popup.js',
options: './options.js',
},
output: { filename: '[name].js' },
module: {
rules: [{
test: /\.js$/,
loader: 'babel-loader'
}, {
test: /\.vue$/,
loader: 'vue-loader'
}]
}
}
JavaScript
1
https://gitee.com/onice/go-jira.git
git@gitee.com:onice/go-jira.git
onice
go-jira
Jira Tool Box
master

搜索帮助