Webpack configuration and extract text demo
In this video, I'm going to take you through the Webpack configuration that we're going
to have in this project.
So obviously you'll find the Webpack configuration here in Webpack.config.js.
Now looking at the configuration file that we've got here, we're outputting into a folder
called dist and we don't actually have an entry defined here and I'll explain in a moment, why we don't.
So moving straight on to the rules then we're using the babel loader for our JavaScript
Click to load comments...