Closed grapewheel closed 3 years ago
I'm having the sam problem, I have the exact same configuration and my bundle is almost 4mb, when i don't use it and have the node_modules folder present everything is less than 250kb.
It's bundling built ins node modules on it.
@grapewheel do you need to actually bundle the devDependencies
? Note that using the modulesFromFile
is advisable only if the default setting (i.e getting the modules list from node_modules
) does not work.
@grapewheel @thiagotigaz note that you can use now excludeFromBundle
and includeInBundle
which might be clearer. Closing for now, let me know if the problem persists.
version: 1.7.2
webpack config
But still external all the modules