explicitly set packageConfigPath for strategy providers (#163080)

- Explicitly set packageConfigPath for strategy providers
- update DWDS version to `24.3.5`

fixes https://github.com/flutter/flutter/issues/161469
This commit is contained in:
Jessy Yameogo
2025-02-12 14:41:14 -05:00
committed by GitHub
parent 0f801f8dbd
commit fecbcbd367

View File

@@ -385,6 +385,7 @@ class WebAssetServer implements AssetReader {
globals.fs.file(entrypoint).absolute.uri,
),
),
packageConfigPath: buildInfo.packageConfigPath,
).strategy
: FrontendServerRequireStrategyProvider(
ReloadConfiguration.none,
@@ -396,6 +397,7 @@ class WebAssetServer implements AssetReader {
globals.fs.file(entrypoint).absolute.uri,
),
),
packageConfigPath: buildInfo.packageConfigPath,
).strategy,
debugSettings: DebugSettings(
enableDebugExtension: true,