1 min readMar 24, 2019
Thanks for this great article, Alli! It’s a great setup for and you really helped me tie everything together.
One thing has changed since webpack 4, though. In webpack.config.js
, module.loaders
now is called module.rules
.
...,
module: {
rules: [
...
]
}
...