We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d62871 commit c39593fCopy full SHA for c39593f
webpack.config.js
@@ -1,7 +1,7 @@
1
//
2
const { resolve, join } = require("path");
3
4
-const MiniCssExtractPlugin = require("mini-css-extract-plugin");
+const MiniCssExtractPlugin = require("mini-css-extract-plugin").default;
5
const postcssEnv = require("postcss-preset-env");
6
const cssnano = require("cssnano");
7
0 commit comments