Skip to content

Commit 138d666

Browse files
authored
fix(module:core): warning cron parser common js dependencies (#8277)
1 parent 10d37b6 commit 138d666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"allowedCommonJsDependencies": [
4141
"codesandbox",
4242
"codesandbox-import-utils",
43-
"@ant-design/colors"
43+
"@ant-design/colors",
44+
"cron-parser"
4445
],
4546
"vendorChunk": true,
4647
"extractLicenses": false,

0 commit comments

Comments
 (0)