Sign in
cos
/
mirrors
/
github.com
/
nluedtke
/
linux_kernel_cves
/
02b811e8554ee6fa623a0d5740eeca9389a56ff8
/
.
/
ui
/
vue.config.js
blob: 56c4cca978b5e1df148ffff276ad875833d89e04 [
file
] [
log
] [
blame
]
module
.
exports
=
{
configureWebpack
:{
performance
:
{
hints
:
false
},
optimization
:
{
splitChunks
:
{
minSize
:
10000
,
maxSize
:
250000
,
}
}
}
}