Using loaders with webpack
Submitted by thomasmars on Wed, 06/01/2016 - 14:56We have seen how we can bundle JavaScript together using webpack. In this chapter we will explore loaders to inline stylesheets, assets and pre-process our JavaScript before bundling it.
Prerequisite reading:
To see practical application, you may skip ahead to the example section.