mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-22 23:57:55 -05:00
chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25) ### Bug Fixes * update the file match that webpack should process from node_modules ([89d4f7d
](89d4f7de4c
)) ### Features * add method for defining additional externals ([56c3806
](56c3806611
)) * add TS support ([348a60a
](348a60a074
)) * default to publicPath: '/' and allow overrides ([ec47b45
](ec47b45ea0
))
This commit is contained in:
parent
7e0ca0785d
commit
af8d4a1d40
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.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update the file match that webpack should process from node_modules ([89d4f7d](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/89d4f7de4cb60ab9f262bfb5e765d67c7fc367a1))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add method for defining additional externals ([56c3806](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/56c38066111ec5d67d1faf39dc4ddaea5a091f90))
|
||||
* add TS support ([348a60a](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/348a60a0744bd881da3de792b900d9ec76e4eead))
|
||||
* default to publicPath: '/' and allow overrides ([ec47b45](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/ec47b45ea04b884b75b1b7df9a1cf3acff9443fb))
|
||||
|
||||
## [1.5.1](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.0...v1.5.1) (2024-09-11)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"description": "Shared configuration for Scratch's use of webpack",
|
||||
"main": "src/index.cjs",
|
||||
"type": "commonjs",
|
||||
|
|
Loading…
Reference in a new issue