Mini-css-extract-plugin: TypeError: Cannot destructure property `createHash` of 'undefined' or 'null'.

Created on 10 Oct 2018  路  2Comments  路  Source: webpack-contrib/mini-css-extract-plugin

webpack -v 4.20.2

All 2 comments

Please create minimum reproducible test repo

this problem still persits. does not need any step. just include

const MiniCssExtractPlugin = require("mini-css-extract-plugin");

and compiling fails.

Was this page helpful?
0 / 5 - 0 ratings