mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Bump webpack from 5.28.0 to 5.76.0 (#183)
* Bump webpack from 5.28.0 to 5.76.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.28.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.28.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Fix build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Scullin <scullin@scullin.com>
This commit is contained in:
parent
e85aa735da
commit
c8bc512655
931
package-lock.json
generated
931
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -64,7 +64,7 @@
|
||||
"ts-jest": "^27.0.5",
|
||||
"ts-loader": "^9.3.0",
|
||||
"typescript": "^4.7.3",
|
||||
"webpack": "^5.28.0",
|
||||
"webpack": "^5.76.0",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-dev-server": "^4.6.0",
|
||||
"webpack-merge": "^5.8.0",
|
||||
|
@ -105,7 +105,7 @@ const appConfig = merge(baseConfig,
|
||||
|
||||
const workletConfig = merge(baseConfig,
|
||||
{
|
||||
target: false,
|
||||
target: 'webworker',
|
||||
entry: {
|
||||
audio_worker: path.resolve('js/ui/audio_worker.ts')
|
||||
},
|
||||
@ -117,7 +117,7 @@ const workletConfig = merge(baseConfig,
|
||||
|
||||
const workerConfig = merge(baseConfig,
|
||||
{
|
||||
target: false,
|
||||
target: 'webworker',
|
||||
entry: {
|
||||
format_worker: path.resolve('workers/format.worker.ts')
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user