This is not a real issue. Just a warning.
When babel compiles some code, it try to offer a readable output, but when files become big (>100KB), babel considers (by default) that it's not useful to keep this option enabled (because yes it's an option, see https://stackoverflow.com/a/30879872/988941 for more information).
It's not a problem to keep it. If you don't care about readability, you can just use compact: true
. Or false
if you do. Only "auto"
value (default value) will print this warning.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…