Merge pull request #187 from jdegand/biglist-fix

fix: biglist seedrandom commonjs dependency
This commit is contained in:
Laforge Thomas
2023-10-12 08:42:33 +02:00
committed by GitHub

View File

@@ -20,7 +20,8 @@
"apps/performance/ngfor-biglist/src/assets"
],
"styles": ["apps/performance/ngfor-biglist/src/styles.scss"],
"scripts": []
"scripts": [],
"allowedCommonJsDependencies": ["seedrandom"]
},
"configurations": {
"production": {