#webpack
Read more stories on Hashnode
Articles with this tag
1. What is Vite? Vite is a next-generation, front-end tool that focuses on speed and performance. Vite is created by Evan You, who is the creator of...
Up until now, we’ve been using bundlers like rollup and webpack to turn all of those modules into a single JavaScript file that the browser can run...
1. Improving the Building Speed thread-loader Multithreading can improve the efficiency of a program, we can also use it in Webpack. And thread-loader...
Keep track of the bundle size To monitor your app size, use webpack-dashboard during development and bundlesize on...
What is the Module Federation Plugin? Introduced in Webpack 5, the Module Federation plugin gives developers a way to create multiple separate builds...