WelcomeThis small tutorial will guide you through a simple example.You’ll learn:How to install webpackHow to use webpackHow to use loadersHow to use the development serverClick on the next button to continue with the next step.Installing webpackYou need to have node.js installed.$ npm install webpack -gThis makes the webpack command available.Setup the compilationStart with a empty directory.Creat
