源文件
This commit is contained in:
9
vue.config.js
Normal file
9
vue.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
// webpack配置
|
||||
configureWebpack: {
|
||||
// 关闭 webpack 的性能提示
|
||||
performance: {
|
||||
hints: false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user