mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-08-28 22:09:15 -04:00
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
))
This commit is contained in:
parent
21ce9da9df
commit
e2adc4c0ad
3 changed files with 17 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -3,6 +3,20 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [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](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/21ce9da9df20c83bea9b9c57d8a9d8bef96e3831))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add 'enableReact' flag ([61923a2](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/61923a29883fb5089441b6bc3cd9f8e65a078c9d))
|
||||
* let Babel process all source ([edb003a](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/edb003a62e30ac327dd2d0d82202285370589828))
|
||||
* support .cjs, .mjs, and their JSX friends ([0350e5d](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/0350e5ddef03f825cd79100e3e2ee4156ee76957))
|
||||
|
||||
# [1.1.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.0.0...v1.1.0) (2024-03-09)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Shared configuration for Scratch's use of webpack",
|
||||
"main": "src/index.cjs",
|
||||
"type": "commonjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue