webpack 4.0 Released
A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH
#webpack #released
A significant release for the popular module and asset bundler brings significantly increased performance and new ‘development’ and ‘production’ modes with pre-defined settings. - https://goo.gl/1D3SZH
#webpack #released
Medium
🎼webpack 4: released today!!✨
Codename: Legato 🎶
The Webpack 4.0 Release: What’s New?
A quick roundup of the features and improvements. - https://goo.gl/E8qDvE
#tools #webpack
A quick roundup of the features and improvements. - https://goo.gl/E8qDvE
#tools #webpack
Auth0 - Blog
Webpack 4.0 Release: What's New?
Webpack 4.0 has officially been released. What's new? What improvements were made? Learn how to build faster web applications with this new release.
A tale of Webpack 4 and how to finally configure it in the right way - https://goo.gl/zB13q8
#webpack
#webpack
Vue.js and Webpack 4 From Scratch
A walkthrough of creating a Webpack 4 build for a Vue.js “Hello World” application including linting, testing, and hot module reloading. - http://bit.ly/2qDoDWu
#vue #webpack
A walkthrough of creating a Webpack 4 build for a Vue.js “Hello World” application including linting, testing, and hot module reloading. - http://bit.ly/2qDoDWu
#vue #webpack
ITNEXT
Vue.js and Webpack 4 From Scratch, Part 1
Part 1: Up and running
webpack 4.6 Released with Prefetch/Preload Support
Preloading can bring down the number of round-trips needed to load a page, while prefetching can speed up future navigations. Here’s how it works. - http://bit.ly/2vV8PnU
#webpack
Preloading can bring down the number of round-trips needed to load a page, while prefetching can speed up future navigations. Here’s how it works. - http://bit.ly/2vV8PnU
#webpack
Medium
<link rel=”prefetch/preload”> in webpack
webpack 4.6.0 adds support for prefetching (and preloading).
Code Splitting Pattern With Vuejs & Webpack
The initial request of a Vue single-page app can be slow if you retrieve the whole JavaScript and CSS. Code splitting, a technique made possible with Webpack, can distribute code across page loads to improve a site’s UX. - http://bit.ly/2OM7AwH
#vue #webpack
The initial request of a Vue single-page app can be slow if you retrieve the whole JavaScript and CSS. Code splitting, a technique made possible with Webpack, can distribute code across page loads to improve a site’s UX. - http://bit.ly/2OM7AwH
#vue #webpack
Noteworthy - The Journal Blog
Code Splitting Pattern With Vuejs & Webpack
The initial request of retrieving the site is a scary thing, as we retrieve the whole JavaScript files & CSS Files.
The 100% Correct Way to Split Your Chunks with Webpack
Know what file-splitting strategy will work best for your site and your users. - http://bit.ly/2NXHiKw
#webpack
Know what file-splitting strategy will work best for your site and your users. - http://bit.ly/2NXHiKw
#webpack
Hacker Noon
The 100% correct way to split your chunks with Webpack
Working out the best way to serve up files to your users can be a tricky business. There’s so many different scenarios, different…
An Annotated webpack 4 Config for Frontend Development
As web development becomes more complex, we need tooling to help us build modern websites. Here’s a very thorough example of a real-world production webpack 4 config. - http://bit.ly/2FfHu4r
#webpack
As web development becomes more complex, we need tooling to help us build modern websites. Here’s a very thorough example of a real-world production webpack 4 config. - http://bit.ly/2FfHu4r
#webpack
nystudio107
An Annotated webpack 4 Config for Frontend Web Development
As web development becomes more complex, we need tooling to help us build modern websites. Here's a complete real-world production example of a sophisticated webpack 4 config
How to Setup Webpack and Babel 7 for React
If you’ve learned to get a React project up and running using create-react-app, this is a nice detailed tutorial to take that to the next level using two popular tools. - http://amp.gs/JFtM
#webpack
If you’ve learned to get a React project up and running using create-react-app, this is a nice detailed tutorial to take that to the next level using two popular tools. - http://amp.gs/JFtM
#webpack
Hackernoon
How to Setup Webpack and Babel 7 for React | HackerNoon
All of us have used CRA(create-react-app) when we worked with React. Its an awesome tool. It gives us just to focus on React by letting take care of the configuration. Today we are going to learn how to setup Webpack and Babel for our React app.
webpack 5 Released
webpack is arguably the most popular bundler right now and this is the first major release in over two years. We get big improvements to caching (and therefore performance), reduced bundle sizes with better tree shaking, and a variety of breaking changes to prepare for the future (automatic Node polyfills are gone, for one). - http://amp.gs/W5cc
#webpack
webpack is arguably the most popular bundler right now and this is the first major release in over two years. We get big improvements to caching (and therefore performance), reduced bundle sizes with better tree shaking, and a variety of breaking changes to prepare for the future (automatic Node polyfills are gone, for one). - http://amp.gs/W5cc
#webpack
webpack
Webpack 5 release (2020-10-10) | webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
What’s New in Webpack 5: And Should You Rush to Upgrade?
A valuable, candid assessment of what’s to be gained with the latest major release of webpack. While the benefits mean you’ll have to get there eventually, you will also want to proceed prudentially, particularly if you make heavy use of plugins which may not yet be supported. - http://amp.gs/auiV
#webpack
A valuable, candid assessment of what’s to be gained with the latest major release of webpack. While the benefits mean you’ll have to get there eventually, you will also want to proceed prudentially, particularly if you make heavy use of plugins which may not yet be supported. - http://amp.gs/auiV
#webpack
Medium
What’s New in Webpack 5
And should you rush to upgrade?
Getting Started with webpack
If you’re already working with webpack, scroll on by, but otherwise this is a reasonable beginner-oriented introduction to the main concepts. - http://amp.gs/jIqq8
#webpack
If you’re already working with webpack, scroll on by, but otherwise this is a reasonable beginner-oriented introduction to the main concepts. - http://amp.gs/jIqq8
#webpack
Smashing Magazine
Getting Started With Webpack — Smashing Magazine
Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript toolchain. Let’s take a deep dive into what webpack is and how to use it in your development workflow.
Micro Frontends Step by Step Using React, Webpack 5, and Module Federation
In this article, I will go step by step in creating two Micro Frontend React Components and render a Button… - http://amp.gs/jjf3T
#microfrontends #webpack
In this article, I will go step by step in creating two Micro Frontend React Components and render a Button… - http://amp.gs/jjf3T
#microfrontends #webpack
Medium
Micro Frontends Step by Step Using React, Webpack 5, and Module Federation
In this article, I will go step by step in creating two Micro Frontend React Components and render a Button component from one into the…
Migrating to webpack 5 to improve build time and reduce chunk sizes
Webpack an open source project is not just a tool to bundle the frontend assets but much more than that… - http://amp.gs/j1RfK
#webpack
Webpack an open source project is not just a tool to bundle the frontend assets but much more than that… - http://amp.gs/j1RfK
#webpack
Medium
Migrating to webpack 5 to improve build time and reduce chunk sizes
Webpack an open source project is not just a tool to bundle the frontend assets but much more than that. After a long time of 2 years…
Introducing Module Federation
Part 4 of 9 in our series where we discuss how we introduced module federation for the purposes of breaking… - http://amp.gs/jnPwK
#webpack #microfrontends
Part 4 of 9 in our series where we discuss how we introduced module federation for the purposes of breaking… - http://amp.gs/jnPwK
#webpack #microfrontends
Medium
Introducing Module Federation
Part 4 of 9 in our series where we discuss how we introduced module federation for the purposes of breaking apart our application.
Webpack 5 module federation for Micro-frontend Architecture
Webpack 5 + React + Angular + Vue + Svelte - https://medium.com/@harshverma04111989/webpack-5-module-federation-for-micro-frontend-architecture-ed3b77c7d729
#webpack #microfrontends
Webpack 5 + React + Angular + Vue + Svelte - https://medium.com/@harshverma04111989/webpack-5-module-federation-for-micro-frontend-architecture-ed3b77c7d729
#webpack #microfrontends
Medium
Webpack 5 module federation for Micro-frontend Architecture
Webpack 5 + React + Angular + Vue + Svelte
Turbopack vs Webpack
Being involved with the development of both bundlers, Tobias Koppers has some interesting things to say about the differences and explains why Turbopack is necessary. - https://www.youtube.com/watch?v=Zwd_8Jy7b-c
#turbopack #vs #webpack
Being involved with the development of both bundlers, Tobias Koppers has some interesting things to say about the differences and explains why Turbopack is necessary. - https://www.youtube.com/watch?v=Zwd_8Jy7b-c
#turbopack #vs #webpack
YouTube
Tobias Koppers on Turbopack vs Webpack
Should you be on Turbopack or Webpack? Let's hear it from Tobias Koppers himself!
👉 Upcoming NextJS course: https://pronextjs.dev
👉 I'm a host on the React Round-Up podcast: https://devchat.tv/podcasts/react-round-up
👉 Don't forget to subscribe to this…
👉 Upcoming NextJS course: https://pronextjs.dev
👉 I'm a host on the React Round-Up podcast: https://devchat.tv/podcasts/react-round-up
👉 Don't forget to subscribe to this…
Webpack 5 Module Federation
Introduction to Webpack 5 Module Federation - https://medium.com/dev-jam/webpack-5-module-federation-1dff3fef6b92
#webpack
Introduction to Webpack 5 Module Federation - https://medium.com/dev-jam/webpack-5-module-federation-1dff3fef6b92
#webpack
Medium
Webpack 5 Module Federation
Introduction to Webpack 5 Module Federation
Webpack module federation | Think twice before sharing a dependency
Webpack module federation is an amazing tool that allows amazing optimization for large-scale front-end… - https://medium.com/@marvusm.mmi/webpack-module-federation-think-twice-before-sharing-a-dependency-18b3b0e352cb
#webpack
Webpack module federation is an amazing tool that allows amazing optimization for large-scale front-end… - https://medium.com/@marvusm.mmi/webpack-module-federation-think-twice-before-sharing-a-dependency-18b3b0e352cb
#webpack
Medium
Webpack module federation | Think twice before sharing a dependency
Webpack module federation is an amazing tool that allows amazing optimization for large-scale front-end applications. Thanks to its ability…