So can Snowpack replace webpack? After all, few tools have been as central and important to the JavaScript ecosystem as webpack has. (more…)
Read more »
In this article, we're going to setup the development environment for
three.js using Webpack. THe setup is
quite simple. I'm not even going to create webpack.config.js file!
(more…)
Read more »
The validation of the stats option was broken in version < 3.8.1. Now stats are validated correctly and webpack may scream at you when typos are hidden here. You can use import() or require.ensure to… (more…)
Read more »
When I talk to friends and relatives about what I do at Etsy, I have to come up with an analogy about what Frontend Infrastructure is. It’s a bit tricky to describe because it’s something that you … (more…)
Read more »
A month ago Webpack’s creator, Tobias Koppers, unleashed “The big plan” for CSS in Webpack in his article “The new CSS workflow (step1).”... (more…)
Read more »