4 Star 60 Fork 9

Codesigner/open-world

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.dev.js 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
Codesigner 提交于 2024-01-14 21:07 +08:00 . init
const merge = require('webpack-merge');
const common = require('./webpack.common.js');
module.exports = merge(common, {
mode: 'development',
devtool: 'inline-source-map',
devServer: {
// progress: true,
liveReload: false
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guJyang/open-world.git
git@gitee.com:guJyang/open-world.git
guJyang
open-world
open-world
master

搜索帮助