Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
webpack
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Should we replace webpack by 🗻 Snowpack 🗻?️
Antoine Caron
Antoine Caron
Antoine Caron
Follow
Jun 3 '21
Should we replace webpack by 🗻 Snowpack 🗻?️
#
webpack
#
snowpack
#
vitejs
#
bundler
5
reactions
Comments
Add Comment
6 min read
Web Performance Case Study: webpack splitChunks
Paul Golubkov
Paul Golubkov
Paul Golubkov
Follow
Jun 3 '21
Web Performance Case Study: webpack splitChunks
#
performance
#
webpack
#
webperf
#
javascript
10
reactions
Comments
Add Comment
3 min read
Monitor your app bundle size with BundleMon and CodeFresh
LironEr
LironEr
LironEr
Follow
Jun 2 '21
Monitor your app bundle size with BundleMon and CodeFresh
#
webpack
#
size
#
bundlesize
#
codefresh
4
reactions
Comments
Add Comment
2 min read
Webpack 5 in a simple html+js use case
Marcin Wosinek
Marcin Wosinek
Marcin Wosinek
Follow
Jun 2 '21
Webpack 5 in a simple html+js use case
#
javascript
#
webpack
#
webdev
6
reactions
Comments
Add Comment
4 min read
Introduction to Micro Frontends with Module Federation, React and Typescript
Oğuzhan Olguncu
Oğuzhan Olguncu
Oğuzhan Olguncu
Follow
May 27 '21
Introduction to Micro Frontends with Module Federation, React and Typescript
#
react
#
typescript
#
webpack
#
webdev
111
reactions
Comments
3
comments
7 min read
Minimizing Webpack bundle size
Anvil Engineering
Anvil Engineering
Anvil Engineering
Follow
May 28 '21
Minimizing Webpack bundle size
#
webpack
#
javascript
#
node
#
webdev
12
reactions
Comments
Add Comment
7 min read
Simple JavaScript Pipeline with webpack
Sean C Davis
Sean C Davis
Sean C Davis
Follow
May 28 '21
Simple JavaScript Pipeline with webpack
#
javascript
#
webpack
6
reactions
Comments
Add Comment
4 min read
Migrating a 150K LOC codebase to Vite and ESBuild: is it worthwhile? (part 3/3)
Stefano Magni
Stefano Magni
Stefano Magni
Follow
May 26 '21
Migrating a 150K LOC codebase to Vite and ESBuild: is it worthwhile? (part 3/3)
#
vitejs
#
esbuild
#
react
#
webpack
18
reactions
Comments
11
comments
4 min read
Migrating a 150K LOC codebase to Vite and ESBuild: Why? (part 1/3)
Stefano Magni
Stefano Magni
Stefano Magni
Follow
May 26 '21
Migrating a 150K LOC codebase to Vite and ESBuild: Why? (part 1/3)
#
vitejs
#
esbuild
#
react
#
webpack
30
reactions
Comments
Add Comment
4 min read
Migrating a 150K LOC codebase to Vite and ESBuild: How? (Part 2/3)
Stefano Magni
Stefano Magni
Stefano Magni
Follow
May 26 '21
Migrating a 150K LOC codebase to Vite and ESBuild: How? (Part 2/3)
#
vitejs
#
esbuild
#
react
#
webpack
21
reactions
Comments
4
comments
10 min read
Adding Select2 to Laravel (The Laravel-Mix Way)
Dendi Handian
Dendi Handian
Dendi Handian
Follow
May 24 '21
Adding Select2 to Laravel (The Laravel-Mix Way)
#
laravel
#
webpack
#
jquery
#
npm
10
reactions
Comments
2
comments
2 min read
Angular dynamic modules at runtime with Module Federation
Sean Perkins
Sean Perkins
Sean Perkins
Follow
May 20 '21
Angular dynamic modules at runtime with Module Federation
#
angular
#
webpack
#
modulefederation
#
microfrontend
46
reactions
Comments
16
comments
8 min read
Create a React project from scratch, with TypeScript and Webpack
Alex Adam
Alex Adam
Alex Adam
Follow
May 22 '21
Create a React project from scratch, with TypeScript and Webpack
#
react
#
typescript
#
webpack
#
javascript
13
reactions
Comments
Add Comment
3 min read
Why Webpack imports don't resolve in CI
Stephan Simonett
Stephan Simonett
Stephan Simonett
Follow
May 20 '21
Why Webpack imports don't resolve in CI
#
webpack
#
linux
#
javascript
3
reactions
Comments
Add Comment
2 min read
Rails with Webpacker : a full setup
David Boureau
David Boureau
David Boureau
Follow
May 18 '21
Rails with Webpacker : a full setup
#
ruby
#
webpack
#
rails
15
reactions
Comments
Add Comment
7 min read
webpack 5 - benefits of using js bundler
Marcin Wosinek
Marcin Wosinek
Marcin Wosinek
Follow
May 18 '21
webpack 5 - benefits of using js bundler
#
webpack
#
javascript
2
reactions
Comments
Add Comment
1 min read
webpack 5 - what can we achieve without using it
Marcin Wosinek
Marcin Wosinek
Marcin Wosinek
Follow
May 17 '21
webpack 5 - what can we achieve without using it
#
webpack
#
javascript
1
reaction
Comments
Add Comment
1 min read
webpack 5 & next.js 10 - how to add resolve fallback to config
Marcin Wosinek
Marcin Wosinek
Marcin Wosinek
Follow
May 15 '21
webpack 5 & next.js 10 - how to add resolve fallback to config
#
webpack
#
nextjs
#
javascript
13
reactions
Comments
6
comments
1 min read
[Storyblok, Gatsby] ERROR #98124 WEBPACK Generating SSR bundle failed Can't resolve 'prop-types'
Arisa Fukuzaki
Arisa Fukuzaki
Arisa Fukuzaki
Follow
May 13 '21
[Storyblok, Gatsby] ERROR #98124 WEBPACK Generating SSR bundle failed Can't resolve 'prop-types'
#
gatsby
#
storyblok
#
npm
#
webpack
4
reactions
Comments
Add Comment
2 min read
SVGs with MithrilJS and Webpack
Jeremy Jackson
Jeremy Jackson
Jeremy Jackson
Follow
May 13 '21
SVGs with MithrilJS and Webpack
#
javascript
#
mithril
#
svg
#
webpack
3
reactions
Comments
Add Comment
1 min read
webpack 5 - lazy load library in application
Marcin Wosinek
Marcin Wosinek
Marcin Wosinek
Follow
May 11 '21
webpack 5 - lazy load library in application
#
webpack
#
javascript
7
reactions
Comments
Add Comment
1 min read
Super simple imports with Webpack resolve
Tjaša
Tjaša
Tjaša
Follow
May 8 '21
Super simple imports with Webpack resolve
#
javascript
#
beginners
#
webdev
#
webpack
25
reactions
Comments
1
comment
2 min read
webpack 5 - tutorial for building multipage website
Marcin Wosinek
Marcin Wosinek
Marcin Wosinek
Follow
May 3 '21
webpack 5 - tutorial for building multipage website
#
webpack
#
javascript
#
tutorial
53
reactions
Comments
14
comments
2 min read
The Simple Tricks to Make Your Website Blazing Fast
Martin Heinz
Martin Heinz
Martin Heinz
Follow
May 3 '21
The Simple Tricks to Make Your Website Blazing Fast
#
webdev
#
webpack
#
nginx
#
performance
46
reactions
Comments
Add Comment
8 min read
What is Output — Webpack 5
Yadhunandan S
Yadhunandan S
Yadhunandan S
Follow
May 2 '21
What is Output — Webpack 5
#
webpack
#
javascript
#
react
#
angular
7
reactions
Comments
Add Comment
4 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account