scratch-webpack-configuration/CHANGELOG.md
semantic-release-bot e2569ae4a9 chore(release): 1.4.0 [skip ci]
# [1.4.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.3.0...v1.4.0) (2024-07-29)

### Bug Fixes

* [UEPR-30] Updated style-loader version to fix component not rendering ([12350ed](12350eda57))

### Features

* [UEPR-27] Moved common rules to shared webpack configuration ([8693636](8693636e6d))
2024-07-29 07:03:36 +00:00

2.7 KiB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2024-07-29)

Bug Fixes

  • [UEPR-30] Updated style-loader version to fix component not rendering (12350ed)

Features

  • [UEPR-27] Moved common rules to shared webpack configuration (8693636)

1.3.0 (2024-03-18)

Features

  • add "enableDevServer" helper (44c7765)
  • add chunk splitting (c1046e9)
  • add rules for asset modules (bde30f6)

1.2.0 (2024-03-14)

Bug Fixes

  • explicitly add defaults to resolve.extensions (21ce9da)

Features

  • add 'enableReact' flag (61923a2)
  • let Babel process all source (edb003a)
  • support .cjs, .mjs, and their JSX friends (0350e5d)

1.1.0 (2024-03-09)

Features

1.0.0 (2024-03-09)

Bug Fixes

  • recognize more browserslist targets (75fd985)

Features

  • make a generic webpack config (a3aae22)