Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-swans-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-hands-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dark-pugs-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-results-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-bars-stay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-lemons-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-coats-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-paths-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bananas-enjoy.md

This file was deleted.

1,527 changes: 364 additions & 1,163 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/create-webpack-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0

### Major Changes

- The minimum supported version of Node.js is `20.9.0`. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

# 1.1.1 (2025-03-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webpack-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-new-webpack-app",
"version": "1.1.1",
"version": "2.0.0",
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
"keywords": [
"webpack",
Expand Down
22 changes: 22 additions & 0 deletions packages/webpack-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 7.0.0

### Major Changes

- The minimum supported version of Node.js is `20.9.0`. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

- Use dynamic import to load `webpack.config.js`, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

- Removed the `--node-env` argument in favor of the `--config-node-env` argument. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

- The `version` command only output versions right now. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

- Removed deprecated API, no action required unless you use `import cli from "webpack-cli";`/`const cli = require("webpack-cli");`. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

### Patch Changes

- Allow configuration freezing. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

- Use graceful shutdown when file system cache is enabled. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

- Performance improved. (by [@alexander-akait](https://github.com/alexander-akait) in [#4677](https://github.com/webpack/webpack-cli/pull/4677))

## [6.0.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.0...webpack-cli@6.0.1) (2024-12-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "6.0.1",
"version": "7.0.0",
"description": "CLI for webpack & friends",
"keywords": [
"webpack",
Expand Down