Closed SukkaW closed 2 years ago
In short, the PR prevents MiniCssExtractPlugin from being added twice on Next.js (which will break the webpack cache with webpack built-in RealContentHashPlugin).
MiniCssExtractPlugin
RealContentHashPlugin
Released in 0.12.1
In short, the PR prevents
MiniCssExtractPlugin
from being added twice on Next.js (which will break the webpack cache with webpack built-inRealContentHashPlugin
).