Combining webpack chunks into larger, fewer bundles? #1382
Unanswered
tomjakubowski
asked this question in
Q&A
Replies: 1 comment
-
The The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to reduce the file count in a jupyterlite site. After running
jupyter lite build
, the contents ofbuild/
in the output look like they come from a Webpack build: each file N..js adds a chunk of code to the output like this:Is it possible, or advisable, to override the webpack config used to produce this output, in order to produce a bundle with fewer output files?
Beta Was this translation helpful? Give feedback.
All reactions