Skip to content

Commit 0911c28

Browse files
Jose Alberto HernandezJose Alberto Hernandez
Jose Alberto Hernandez
authored and
Jose Alberto Hernandez
committed
Upgrade to Angular 10
1 parent c046ea4 commit 0911c28

File tree

8 files changed

+7771
-10879
lines changed

8 files changed

+7771
-10879
lines changed
File renamed without changes.

angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"src/assets"
3232
],
3333
"styles": [
34+
"node_modules/font-awesome/css/font-awesome.css",
3435
"src/main.scss",
3536
{"inject":false,
3637
"input": "src/theme/deeppurple-amber.scss",
@@ -57,7 +58,11 @@
5758
"bundleName": "theme/pictonblue-yellowgreen"
5859
}
5960
],
60-
"scripts": []
61+
"scripts": [],
62+
"allowedCommonJsDependencies": [
63+
"lodash",
64+
"@ckeditor/ckeditor5-build-classic"
65+
]
6166
},
6267
"configurations": {
6368
"production": {

0 commit comments

Comments
 (0)