Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMackinnon Buck <mackinnon.buck@gmail.com>2022-10-26 23:21:39 +0300
committerMackinnon Buck <mackinnon.buck@gmail.com>2022-10-26 23:21:39 +0300
commitf9b3e3d9386571d27bf9e1376c6296ef7fb59c0f (patch)
treeeb3187b1605b928c0a7c48675cc2d54b13f7e03e
parentab9c60e1035bb8380c70e2b36f16396a2754ee66 (diff)
-rw-r--r--src/content/Angular-CSharp/ClientApp/angular.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/Angular-CSharp/ClientApp/angular.json b/src/content/Angular-CSharp/ClientApp/angular.json
index ed94fb6..e6f5794 100644
--- a/src/content/Angular-CSharp/ClientApp/angular.json
+++ b/src/content/Angular-CSharp/ClientApp/angular.json
@@ -23,6 +23,9 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
+ "allowedCommonJsDependencies": [
+ "oidc-client"
+ ],
"assets": [
"src/assets"
],