推币添加界面

This commit is contained in:
rucky
2022-02-22 02:13:20 +08:00
parent c86df30c9c
commit dad2d7a12d
10 changed files with 155 additions and 407 deletions

View File

@@ -40,6 +40,12 @@ module.exports = {
// development模式时打包也带有 hash 值
config.output.filename('static/js/[name].[hash].js').chunkFilename('static/js/[name].[hash].js').end()
config.module
.rule('images')
.use('url-loader')
.loader('url-loader')
.tap(options => Object.assign(options, { limit: 0 }))
config.resolve.alias
.set("@", resolve("src"))
// .set("weui", resolve("src/utils/plugins/weui.js"))