We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f801f8 commit fecbcbdCopy full SHA for fecbcbd
packages/flutter_tools/lib/src/isolated/devfs_web.dart
@@ -385,6 +385,7 @@ class WebAssetServer implements AssetReader {
385
globals.fs.file(entrypoint).absolute.uri,
386
),
387
388
+ packageConfigPath: buildInfo.packageConfigPath,
389
).strategy
390
: FrontendServerRequireStrategyProvider(
391
ReloadConfiguration.none,
@@ -396,6 +397,7 @@ class WebAssetServer implements AssetReader {
396
397
398
399
400
401
).strategy,
402
debugSettings: DebugSettings(
403
enableDebugExtension: true,
0 commit comments