Webpack4でのビルドエラー「Chunk.entrypoints:」

どうも、Hiroyuki Noguchiです。今日はサクッと短めの記事にて。 問題と対処法 webpack4 環境で build 時に以下エラーが出た場合。 Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead at Chunk.get (/var/www/node_modules/webpack/lib/Chunk.js:750:9) at /var/www/node…