1 Star 0 Fork 2

小猪猪/zh-address-parse

forked from Fourteen/zh-address-parse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.build.js 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
wondaywang 提交于 2021-01-06 10:07 . 修复地址引入错误的问题
const path = require('path');
const { merge } = require('webpack-merge');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const webpackConfig = require('./webpack.config');
module.exports = merge(webpackConfig, {
devtool: 'source-map',
output: {
path: path.join(__dirname, 'docs'),
filename: '[name].[chunkhash].js',
},
plugins: [
new CleanWebpackPlugin()
]
});
马建仓 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

搜索帮助