Showing
1 changed file
with
3 additions
and
1 deletions
@@ -28,7 +28,9 @@ baseConfig.devServer = { | @@ -28,7 +28,9 @@ baseConfig.devServer = { | ||
28 | compress: true, | 28 | compress: true, |
29 | stats: { | 29 | stats: { |
30 | colors: true, | 30 | colors: true, |
31 | - children: false | 31 | + children: false, |
32 | + chunks: false, | ||
33 | + assetsSort: 'size', | ||
32 | }, | 34 | }, |
33 | headers: { | 35 | headers: { |
34 | 'Access-Control-Allow-Origin': '*' | 36 | 'Access-Control-Allow-Origin': '*' |
-
Please register or login to post a comment