Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In webpack, you can:
- set multiple entries -
extract common parts using CommonChunksPlugin
- for production, extract styles using ExtractTextPlugin
// EDIT
And this is all perfectly described in the documentation.
1 style bundle, included in the head
1 js bundle, included at the very end, before the closing body
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question