1 Star 0 Fork 2

小猪猪/zh-address-parse

forked from Fourteen/zh-address-parse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.dev.js 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
wondaywang 提交于 2021-01-06 10:07 . 修复地址引入错误的问题
const { merge } = require('webpack-merge');
const webpackConfig = require('./webpack.config');
module.exports = merge(webpackConfig, {
devtool: 'source-map',
output: {
pathinfo: true,
publicPath: '/',
filename: '[name].js'
},
devServer: {
host: '0.0.0.0'
}
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/allsmallpig/zh-address-parse.git
git@gitee.com:allsmallpig/zh-address-parse.git
allsmallpig
zh-address-parse
zh-address-parse
master

搜索帮助