scratch-webpack-configuration/CHANGELOG.md
semantic-release-bot e2adc4c0ad chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.1.0...v1.2.0) (2024-03-14)

### Bug Fixes

* explicitly add defaults to resolve.extensions ([21ce9da](21ce9da9df))

### Features

* add 'enableReact' flag ([61923a2](61923a2988))
* let Babel process all source ([edb003a](edb003a62e))
* support .cjs, .mjs, and their JSX friends ([0350e5d](0350e5ddef))
2024-03-14 16:21:02 +00:00

1.6 KiB

Changelog

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

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)