vue配置
parent
c54e7687fc
commit
469722260f
|
|
@ -0,0 +1,9 @@
|
||||||
|
module.exports = {
|
||||||
|
// webpack配置
|
||||||
|
configureWebpack: {
|
||||||
|
// 关闭 webpack 的性能提示
|
||||||
|
performance: {
|
||||||
|
hints: false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue