In my current full stack project, one big js file ...
# javascript
t
In my current full stack project, one big js file is getting generated. Is there any way to have multiple js files instead of one big output.js?
👌 1
✅ 1
🚫 1
is it not a big limitation? @Robert Jaros
r
It is a limitation. How big it probably depends on your use cases.
I have apps running in production and used by hundreds of users, even though the bundle size is 700KB gzipped.
It's always a compromise between price/development time/functionality/performance
t
got it, thank you for your response.
@turansky can you please share how?
t
You can use webpack plugin