Skip to content

Commit ccddbfb

Browse files
committed
docs: simplify changeset to one sentence
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013AushhUmU7F2dKWRE94XCg
1 parent 5b5a3db commit ccddbfb

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.changeset/json5-and-yaml-config.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,4 @@
22
"webpack-cli": minor
33
---
44

5-
feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files
6-
7-
webpack-cli now reads and parses these non-JavaScript config formats directly,
8-
without relying on `interpret`/`rechoir`. The parsers are intentionally not
9-
shipped — install the one you need yourself (`json5` for `.json5`, `js-yaml`
10-
for `.yaml`/`.yml`, `toml` for `.toml`) and it is imported on demand. When the
11-
parser is missing, webpack-cli exits with a clear error telling you exactly
12-
which package to install. JavaScript variants (`.ts`, `.coffee`, `.babel.js`,
13-
…) continue to be handled through `interpret` for now.
5+
feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user

0 commit comments

Comments
 (0)