webpack v5.0.0-rc.0 Release Notes

Release Date: 2020-09-20 // over 3 years ago
  • Full Changelog

    Known Problems

    • delete x.y.z doesn't work with optimization.concatenateModules: true yet.
    • 🔌 mini-css-extract-plugin is not fully compatible and there a few problems.
    • 0️⃣ html-webpack-plugin doesn't understand the new default automatic publicPath yet. Use output.publicPath: "" instead.
    • 💻 target doesn't support individual browser versions yet. Use the general targets for now: target: ["web", "es2020"]
    • The stable webpack-cli shows too verbose output for schema validation problems.
    • new URL with string not starting with ./ or ../ works incorrectly
    • The stats grouping algorithm need still some fine-tuning