+- **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.
0 commit comments