Closed
Description
The output of npm run build
generates a bunch of .js
split points, and each of them seem to have a copy of preact
and other npm libs.
I tried introducing CommonsChunkPlugin
in webpack.config
, but don't find any commons file being generated. This is pretty inefficient and perhaps loading a single commons bundle upfront would be better.
@bebraw Any clue if this config comes from antwar side of things?