0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

buildしようとしたら出た MiniCssExtractPlugin is not a constructor というエラーの解決策

Last updated at Posted at 2022-02-11

Firebaseでデプロイ作業をしようとして buildをしたら次のようなエラーがでました。

TypeError: MiniCssExtractPlugin is not a constructor

結論

mini-css-extract-plugin@2.4.5にダウングレードする必要があるみたいですね。

NPMを使用しているなら、下記のコマンドでダウングレードできます。
npm i -D –save-exact mini-css-extract-plugin@2.4.5

これで無事にビルドできるようになります!

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?