How to set up an advanced Webpack application

added by JavaScript Kicks
6/25/2019 12:50:26 PM

894 Views

This tutorial is part 3 of 3 in 'Webpack Setup'-series. The previous tutorials have shown you how to set up a basic web application with Webpack. So far, Webpack is only used to bundle all your JavaScript files, to transpile new JavaScript features via Babel, and to serve your bundle in development mode via Webpack's Development Server.


0 comments