Browse Source
Update BundleManager.cs to fix typo
pull/22437/head
selman koc
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
framework/src/Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling/BundleManager.cs
|
|
|
@ -114,7 +114,7 @@ public class BundleManager : BundleManagerBase, ITransientDependency |
|
|
|
#if DEBUG
|
|
|
|
return true; |
|
|
|
#else
|
|
|
|
retur false; |
|
|
|
return false; |
|
|
|
#endif
|
|
|
|
} |
|
|
|
|
|
|
|
@ -122,4 +122,4 @@ public class BundleManager : BundleManagerBase, ITransientDependency |
|
|
|
{ |
|
|
|
return MauiBlazorContentFileProvider; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|