mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-08-01 08:38:51 -04:00
chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.2.0...v1.3.0) (2024-03-18) ### Features * add "enableDevServer" helper ([44c7765
](44c77658ba
)) * add chunk splitting ([c1046e9
](c1046e9a91
)) * add rules for asset modules ([bde30f6
](bde30f62b0
))
This commit is contained in:
parent
bde30f62b0
commit
c1556ff7da
3 changed files with 12 additions and 3 deletions
|
@ -3,6 +3,15 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.3.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.2.0...v1.3.0) (2024-03-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add "enableDevServer" helper ([44c7765](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/44c77658baeafaa715354e5de884cfefbc74d278))
|
||||
* add chunk splitting ([c1046e9](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/c1046e9a91c778bb237a0a4214ebcd95d5bc188c))
|
||||
* add rules for asset modules ([bde30f6](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/bde30f62b08697dee68a2750cf5b2650699eaf67))
|
||||
|
||||
# [1.2.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.1.0...v1.2.0) (2024-03-14)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.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