Describe the bug
If the option components in nuxt-config.js is set to False, I get the following result after nuxt build

But if I set the option to True, I get the following :

There is a little difference of size in entrypoint, but there are some huge differences in size in the other files. Is that what is expected ?
To Reproduce
Steps to reproduce the behavior:
"dependencies": {
"nuxt": "2.15.8",
"vue": "2.6.14",
},
"devDependencies": {
...
"webpack": "^4.46.0"
}
- Run
nuxt build with components: false
- Run
nuxt build with components: true
- Check the differences of size
Describe the bug

If the option
componentsinnuxt-config.jsis set to False, I get the following result afternuxt buildBut if I set the option to True, I get the following :

There is a little difference of size in entrypoint, but there are some huge differences in size in the other files. Is that what is expected ?
To Reproduce
Steps to reproduce the behavior:
nuxt buildwithcomponents: falsenuxt buildwithcomponents: true