fix: seedrandom commonjs dependency

This commit is contained in:
jdegand
2023-10-11 19:44:04 -04:00
parent 55d9b2a97f
commit ec7fb7c2c9

View File

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