survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

What is the difference how to create multiple chunks? #57

Closed amorphius closed 8 years ago

amorphius commented 8 years ago

Hi. I've read tutorial about spltting code into different chunks and still have some issues. Could you please take a look into my question on Stackoverflow?

bebraw commented 8 years ago

Closing as this has been resolved at Stack Overflow. You can pass an object to entry, yeah.

There's a chapter about splitting now by the way.