https://yangx.top/WebpackNews/17
ββwebpack is a brilliant tool for bundling frontend assets. When things start to slow down, though, its batteries-included nature and the ocean of third-party tooling can make it difficult to optimize. Poor performance is the norm and not the exception. But it doesnβt have to be that way, and so β after many hours of research, trial, and error β what follows is a field guide offering up what we learned on our path towards a faster build.
11 minute read
#Webpack #Performance #Optimization
ββwebpack is a brilliant tool for bundling frontend assets. When things start to slow down, though, its batteries-included nature and the ocean of third-party tooling can make it difficult to optimize. Poor performance is the norm and not the exception. But it doesnβt have to be that way, and so β after many hours of research, trial, and error β what follows is a field guide offering up what we learned on our path towards a faster build.
11 minute read
#Webpack #Performance #Optimization
Telegram
Webpack
ββwebpack is a brilliant tool for bundling frontend assets. When things start to slow down, though, its batteries-included nature and the ocean of third-party tooling can make it difficult to optimize. Poor performance is the norm and not the exception. Butβ¦
ββHave you thought about making modern JavaScript applications with the simplest setup possible for your next project?
12 minutes read
#JavaScript #Webpack #PWA
12 minutes read
#JavaScript #Webpack #PWA
freeCodeCamp.org
How to write simple modern JavaScript apps with Webpack and progressive web techniques
Have you thought of making modern JavaScript applications with the simplest setup possible for your next project?
ββLearn how to optimize the JavaScript bundle by minizming how much code is transpiled.
β± 6 min read
π #Performance #Webpack #JavaScript
β± 6 min read
π #Performance #Webpack #JavaScript
web.dev
Serve modern code to modern browsers for faster page loads | Articles | web.dev
In this codelab, learn how to improve the performance of an application by minizming how much code is transpiled.
ββRecently I was publishing a library to npm and I thought of experimenting with the bundler I was going to package my code in. While webpack has always been my standard choice, I decided to put it up against two other popular bundlers β Rollup and Parcel.
β± 8 minutes read
#Bundlers #Webpack #Rollup #Parcel
β± 8 minutes read
#Bundlers #Webpack #Rollup #Parcel
Medium
Rollup vs. Parcel vs. webpack: Which Is the Best Bundler?
The battle of the bundlers
ββDeveloping a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
β± 5 minutes read
#Webpack
β± 5 minutes read
#Webpack
Medium
Webpackβs Hot Module Replacement Feature Explained
Developing a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
ββEditors may have problem with auto importing that complicated relative paths ( at least VSCode does ). Importing manually from various modules in your project will start to feel very cumbersome ( trust me, I experienced that with my team at workβ¦ )
β± 6 minutes
#TypeScript #Webpack #Jest
β± 6 minutes
#TypeScript #Webpack #Jest
Medium
Type-safe es2015 module import path aliasing with Webpack, Typescript and Jest
How to remove long import paths and encapsulate packages in reusable modules folder and make everything work with webpack, jest and typescript