information

This commit is contained in:
魏啾
2024-06-28 16:33:03 +08:00
parent ef518bafa0
commit 9e23ae3915
3 changed files with 19 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ module.exports = {
configureWebpack: {
// provide the app's title in webpack's name field, so that
// it can be accessed in index.html to inject the correct title.
// 关闭 webpack 的性能提示
performance: {
hints: false
},
name: name,
resolve: {
alias: {