We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2516f5 commit 6e9701bCopy full SHA for 6e9701b
webpack.config.js
@@ -1,4 +1,4 @@
1
-const MiniCssExtractPlugin = require('mini-css-extract-plugin');
+const { default: MiniCssExtractPlugin } = require('mini-css-extract-plugin');
2
const path = require('path');
3
const webpack = require('webpack');
4
const sveltePreprocess = require('svelte-preprocess');
0 commit comments