2 Star 4 Fork 2

michael / gushi_namer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
webpack.dev.js 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
ymsang 提交于 2019-01-31 14:54 . paste all v2.0 version code
const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const common = require('./webpack.common');
module.exports = merge(common, {
// output: {
// filename: '[name].js',
// path: path.resolve(__dirname, 'dist'),
// },
plugins: [
// new webpack.NamedModulesPlugin(),
// new webpack.HotModuleReplacementPlugin(),
],
devtool: 'inline-source-map',
devServer: {
contentBase: path.join(__dirname, 'dist'),
// compress: true,
// port: 9000,
// hot: true,
},
});
JavaScript
1
https://gitee.com/zhaodianshiqingzuo/gushi_namer.git
git@gitee.com:zhaodianshiqingzuo/gushi_namer.git
zhaodianshiqingzuo
gushi_namer
gushi_namer
master

搜索帮助