Logging at mini-css-extract-plugin/dist/loader.js:147, NS is /Users/tom/Documents/projectName/node_modules/mini-css-extract-plugin/dist. It then calls this[NS](text), which fails as this[NS] is undefined.
Happens on 0.5.0 and 0.4.0 too. What gives?
did you add new MiniCssExtractPlugin() in the plugins array?
Duplicate of #73
@marvinhagemeister duplicate, thanks!
Most helpful comment
did you add
new MiniCssExtractPlugin()in the plugins array?