Learn how to migrate a frontend app from Webpack to Vite, including why you should do it, and how to install Vite and update plugins.
Tag: webpack
Need a simpler way to set up a front-end dev environment? With Vite, you can be up and running with Vue, React and JS in a few clicks.
Snowpack is a modern, lightweight build tool for web applications. It's designed to replace traditional, heavy bundlers. Learn all about it!
Learn the core concepts to help you get started with webpack, the popular static module bundler. We'll help you understand how webpack works and how it should be used.
You don't need to be working on a fancy, large-scale project to use Webpack. James Hibbard demonstrates how you can use it to bundle a simple static site.
Start new projects faster with the right scaffolding. These ten libraries and frameworks excel at helping you bootstrap your next web project in no time.
Learn how to migrate to Gulp.js 4.0 and update your 3.0 gulpfile.js configurations. Find out what you need to know about changes in Gulp.js functionality.
Is it possible to use Laravel Mix - the "Webpack simplifier" - in non-Laravel projects? Let's find out! Join Lasse Rafn on this explanatory journey!
Mark Brown looks at the state of modules in JavaScript and shows how, with the help of Browserify, Webpack & jspm, you can use them in your projects today.