Skip to content

Commit 3496905

Browse files
committed
Add changelog entry for css_modules_export_mode configuration
1 parent 69ab4d5 commit 3496905

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Changes since the last non-beta release.
1717

1818
### Added
1919

20+
- **Support for `css_modules_export_mode` configuration option**. [PR #TBD](https://github.com/shakacode/shakapacker/pull/TBD) by [justin808](https://github.com/justin808). Adds `css_modules_export_mode` setting in `shakapacker.yml` to control CSS Modules export style. Set to `"named"` (default, v9+ behavior with true named exports) or `"default"` (v8 behavior with default export object). Allows teams to opt into v8-style exports for easier migration from v8 or when using TypeScript with strict type checking.
2021
- **Support for `javascript_transpiler: 'none'`** for completely custom webpack configurations. [PR #799](https://github.com/shakacode/shakapacker/pull/799) by [justin808](https://github.com/justin808). Allows users with custom webpack configs to skip Shakapacker's transpiler setup and validation by setting `javascript_transpiler: 'none'` in `shakapacker.yml`. Useful when managing transpilation entirely outside of Shakapacker's defaults.
2122

2223
## [v9.3.0] - November 2, 2025

0 commit comments

Comments
 (0)