UltraRangers / gauntlet

Gauntlet is a Typescript server template to kick-off your development fast 🔥🔥🔥
https://gauntlet-demo.herokuapp.com
MIT License
3 stars 0 forks source link

Fix webpack bundling warning and minimize size of chunks #8

Open ghost opened 6 years ago

jmaicaaan commented 6 years ago

Resolve first the #11 before addressing this one

jmaicaaan commented 6 years ago

In additional, let's maximize the usage of webpack 4 as it provides a zero configuration but in our case I believe we still need to adjust some things as it not supporting some extensions with the default loaders.

But I would like to see the power of webpack 4 here just as the speed of bundling most especially using the mode: development and mode: production. Neither of them I can see in our case