All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.6.0 (2024-09-25)
- update the file match that webpack should process from node_modules (89d4f7d)
- add method for defining additional externals (56c3806)
- add TS support (348a60a)
- default to publicPath: '/' and allow overrides (ec47b45)
1.5.1 (2024-09-11)
- deps: update dependency scratch-semantic-release-config to v1.0.16 (22b5fb3)
1.5.0 (2024-09-07)
- support arraybuffer-loader through
?arrayBuffer
resource query (2a263ff)
1.4.0 (2024-07-29)
- [UEPR-30] Updated style-loader version to fix component not rendering (12350ed)
- [UEPR-27] Moved common rules to shared webpack configuration (8693636)
1.3.0 (2024-03-18)
- add "enableDevServer" helper (44c7765)
- add chunk splitting (c1046e9)
- add rules for asset modules (bde30f6)
1.2.0 (2024-03-14)
- explicitly add defaults to resolve.extensions (21ce9da)
- add 'enableReact' flag (61923a2)
- let Babel process all source (edb003a)
- support .cjs, .mjs, and their JSX friends (0350e5d)
1.1.0 (2024-03-09)
- add clone() method (c2f5451)
- recognize more browserslist targets (75fd985)
- make a generic webpack config (a3aae22)