1 Star 0 Fork 3

hxjxiaojun/seven-flow

forked from Lujiayi/seven-flow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lujiayi 提交于 2019-05-31 17:44 . 正常提交
const path = require('path');
module.exports = {
mode: 'production',
entry: './src/index.js',
devtool: 'inline-source-map',
devServer: {
contentBase: './dist'
},
output: {
filename: 'seven-flow.js',
path: path.resolve(__dirname, 'dist')
},
module: {
rules: [
{
test: /\.js$/,
exclude: /(node_modules|bower_components)/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env']
}
}
}
]
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hxjxiaojun/seven-flow.git
git@gitee.com:hxjxiaojun/seven-flow.git
hxjxiaojun
seven-flow
seven-flow
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385