angular / angular-cli

CLI tool for Angular
https://cli.angular.dev
MIT License
26.77k stars 11.98k forks source link

Angular 12 massive production build time increase #23182

Closed JohnnyDevNull closed 2 years ago

JohnnyDevNull commented 2 years ago

🐞 Bug report

Command (mark with an x)

Is this a regression?

I don't know, i would say yes?

Description

Original issue from nrwl/nx: https://github.com/nrwl/nx/issues/10339

I'am in the process of upgrading a large enterprise application from Angular 8 to 12 and have finished the task, but we had to disable the angular "optimization" for production because we had a build time increase from 5 minutes to 2 hours.

I've done a lot of research and try & error fixes digging through all the open and closed issues about this topic but can't find the root cause.

πŸ”¬ Minimal Reproduction

We have a monorepo here with ~230 libs & 2 apps so it's nearly impossible tho share a minimal reproduction. Maybe private access can be possible if requested and i've created cpu profiles incl. --verbose logs (see below timings excerpt): https://drive.google.com/drive/folders/1hPvedPtSet2Nh50iBvKuf7XNOAR4d-Hx?usp=sharing

Please let me know who want to access.

Short summary:

Bildschirmfoto 2022-05-19 um 11 44 14

I have no idea why the most of the time the process is idling... maybe someone with deeper cli skills can help here analyzing the profile. That would be great if someone of the core team could investigate some time here.

πŸ”₯ Exception or Error

In the --verbose output we have a massive amout of


ModuleConcatenation bailout: Cannot concat with ...

The timings summary:


  LOG from webpack.Compiler
   make hook: 2555.1645 ms
   finish make hook: 0.021 ms
   finish compilation: 0.2524 ms
   seal compilation: 8.8432 ms
   afterCompile hook: 0.0213 ms

  LOG from webpack.FlagDependencyExportsPlugin
   restore cached provided exports: 0.0295 ms
   figure out provided exports: 0.0356 ms
      50% of exports of modules have been determined (1 no declared exports, 1 not cached, 0 flagged uncacheable, 0 from cache, 0 additional calculations due to dependencies)
   store provided exports into cache: 0.0183 ms

  LOG from webpack.InnerGraphPlugin
   infer dependency usage: 0.029 ms

  LOG from webpack.Compilation
   finish modules: 0.2079 ms
   report dependency errors and warnings: 0.0287 ms
   optimize dependencies: 0.528 ms
   create chunks: 0.3907 ms
   optimize: 0.827 ms
      2 modules hashed (1 variants per module in average)
   module hashing: 0.3391 ms
      100% code generated (2 generated, 0 from cache)
   code generation: 0.5947 ms
   runtime requirements: 0.9001 ms
   hashing: initialize hash: 0.0039 ms
   hashing: sort chunks: 0.0191 ms
   hashing: hash runtime modules: 0.3923 ms
   hashing: hash chunks: 1.1457 ms
   hashing: hash digest: 0.0233 ms
   hashing: process full hash modules: 0.0014 ms
   hashing: 1.6203 ms
      100% code generated (4 generated, 0 from cache)
   record hash: 0.013 ms
   module assets: 0.5514 ms
   create chunk assets: 0.7254 ms
   process assets: 1.6782 ms

  LOG from webpack.SideEffectsFlagPlugin
   update dependencies: 0.0035 ms

  LOG from webpack.FlagDependencyUsagePlugin
   initialize exports usage: 0.007 ms
   trace exports usage in graph: 0.4456 ms

  LOG from webpack.buildChunkGraph
   visitModules: prepare: 0.0363 ms
   visitModules: visiting: 0.1906 ms
      4 queue items processed (2 blocks)
      0 chunk groups connected
      0 chunk groups processed for merging (0 module sets, 0 forked, 0 + 0 modules forked, 0 + 0 modules merged into fork, 0 resulting modules)
      0 chunk group info updated (0 already connected chunk groups reconnected)
   visitModules: 0.2449 ms
   connectChunkGroups: 0.0021 ms
   cleanup: 0.0013 ms

  LOG from webpack.ModuleConcatenationPlugin
   select relevant modules: 0.1659 ms
   sort relevant modules: 0.0013 ms
   find modules to concatenate: 0.0022 ms
   sort concat configurations: 0.0011 ms
   create concatenated modules: 0.0336 ms
  + 3 hidden lines

  LOG from webpack.FileSystemInfo
      2 new snapshots created
      0% root snapshot uncached (0 / 0)
      0% children snapshot uncached (0 / 0)
      0 entries tested
      File info in cache: 44 timestamps 38 hashes 38 timestamp hash combinations
      File timestamp hash combination snapshot optimization: 0% (0/38) entries shared via 0 shared snapshots (0 times referenced)
      Directory info in cache: 0 timestamps 0 hashes 0 timestamp hash combinations
      Missing items snapshot optimization: 0% (0/6) entries shared via 0 shared snapshots (0 times referenced)
      Managed items info in cache: 0 items

  Child mini-css-extract-plugin C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fontawesome-pro-5.15.3-web\css\all.min.css compiled (f70977768702dc3921bb)

  Entrypoint child =
  chunk {396} (runtime: child) (child) 30.7 KiB (javascript) 937 bytes (runtime) [entry] [rendered]
    runtime modules 937 bytes 4 modules
    dependent modules 1.57 KiB [dependent] 1 module
    ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./libs/shared/assets/fontawesome-pro-5.15.3-web/css/v4-shims.min.css [64] 29.1 KiB {396} [built] [code generated]
      Statement (VariableDeclaration) with side effects in source code at 3:0-84
      ModuleConcatenation bailout: Module uses module.id
      entry !!C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fontawesome-pro-5.15.3-web\css\v4-shims.min.css child
      used as library export

  LOG from webpack.Compiler
   make hook: 2180.6847 ms
   finish make hook: 0.0169 ms
   finish compilation: 1.1493 ms
   seal compilation: 9.8556 ms
   afterCompile hook: 0.0178 ms

  LOG from webpack.FlagDependencyExportsPlugin
   restore cached provided exports: 0.1196 ms
   figure out provided exports: 0.543 ms
      50% of exports of modules have been determined (1 no declared exports, 1 not cached, 0 flagged uncacheable, 0 from cache, 0 additional calculations due to dependencies)
   store provided exports into cache: 0.0236 ms

  LOG from webpack.InnerGraphPlugin
   infer dependency usage: 0.224 ms

  LOG from webpack.Compilation
   finish modules: 0.8164 ms
   report dependency errors and warnings: 0.3196 ms
   optimize dependencies: 0.5998 ms
   create chunks: 0.4162 ms
   optimize: 1.0861 ms
      2 modules hashed (1 variants per module in average)
   module hashing: 0.4286 ms
      100% code generated (2 generated, 0 from cache)
   code generation: 2.4334 ms
   runtime requirements: 1.3449 ms
   hashing: initialize hash: 0.0024 ms
   hashing: sort chunks: 0.0163 ms
   hashing: hash runtime modules: 0.6556 ms
   hashing: hash chunks: 0.533 ms
   hashing: hash digest: 0.017 ms
   hashing: process full hash modules: 0.0013 ms
   hashing: 1.2543 ms
      100% code generated (4 generated, 0 from cache)
   record hash: 0.0096 ms
   module assets: 0.0106 ms
   create chunk assets: 0.7846 ms
   process assets: 1.0981 ms

  LOG from webpack.SideEffectsFlagPlugin
   update dependencies: 0.0024 ms

  LOG from webpack.FlagDependencyUsagePlugin
   initialize exports usage: 0.0105 ms
   trace exports usage in graph: 0.5373 ms

  LOG from webpack.buildChunkGraph
   visitModules: prepare: 0.032 ms
   visitModules: visiting: 0.2102 ms
      4 queue items processed (2 blocks)
      0 chunk groups connected
      0 chunk groups processed for merging (0 module sets, 0 forked, 0 + 0 modules forked, 0 + 0 modules merged into fork, 0 resulting modules)
      0 chunk group info updated (0 already connected chunk groups reconnected)
   visitModules: 0.2607 ms
   connectChunkGroups: 0.002 ms
   cleanup: 0.0012 ms

  LOG from webpack.ModuleConcatenationPlugin
   select relevant modules: 0.0681 ms
   sort relevant modules: 0.0012 ms
   find modules to concatenate: 0.0017 ms
   sort concat configurations: 0.0009 ms
   create concatenated modules: 0.0071 ms
  + 3 hidden lines

  LOG from webpack.FileSystemInfo
      2 new snapshots created
      0% root snapshot uncached (0 / 0)
      0% children snapshot uncached (0 / 0)
      0 entries tested
      File info in cache: 2 timestamps 2 hashes 2 timestamp hash combinations
      File timestamp hash combination snapshot optimization: 0% (0/2) entries shared via 0 shared snapshots (0 times referenced)
      Directory info in cache: 0 timestamps 0 hashes 0 timestamp hash combinations
      Managed items info in cache: 0 items

  Child mini-css-extract-plugin C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fontawesome-pro-5.15.3-web\css\v4-shims.min.css compiled (49876f4f626c8cf1d50e)

  asset MaterialIcons-Regular.194d1b9ef54d0014b3c4.ttf 311 KiB ({396}) [cached] [from: C:\Users\philipp.john\Projects\redngapps\node_modules\material-design-icons-iconfont\dist\fonts\MaterialIcons-Regular.ttf] (auxiliary name: child)
  asset MaterialIcons-Regular.aef30bd507a35c7688c7.woff 144 KiB ({396}) [cached] [from: C:\Users\philipp.john\Projects\redngapps\node_modules\material-design-icons-iconfont\dist\fonts\MaterialIcons-Regular.woff] (auxiliary name: child)
  asset MaterialIcons-Regular.c4dac66977e8a757a3ca.eot 128 KiB ({396}) [cached] [from: C:\Users\philipp.john\Projects\redngapps\node_modules\material-design-icons-iconfont\dist\fonts\MaterialIcons-Regular.eot] (auxiliary name: child)
  asset MaterialIcons-Regular.1f0f6cdb23348c639cc5.woff2 112 KiB ({396}) [cached] [from: C:\Users\philipp.john\Projects\redngapps\node_modules\material-design-icons-iconfont\dist\fonts\MaterialIcons-Regular.woff2] (auxiliary name: child)
  Entrypoint child = 4 auxiliary assets
  chunk {396} (runtime: child) (child) 734 KiB (javascript) 937 bytes (runtime) [entry] [rendered]
    runtime modules 937 bytes 4 modules
    dependent modules 1.57 KiB [dependent] 1 module
    ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./libs/client/ui/src/lib/styles/global/styles.scss [109] 732 KiB {396} [built] [code generated]
      Statement (VariableDeclaration) with side effects in source code at 3:0-84
      ModuleConcatenation bailout: Module uses module.id
      entry !!C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\node_modules\resolve-url-loader\index.js??ruleSet[1].rules[4].rules[1].use[0]!C:\Users\philipp.john\Projects\redngapps\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].rules[1].use[1]!C:\Users\philipp.john\Projects\redngapps\libs\client\ui\src\lib\styles\global\styles.scss child
      used as library export

  LOG from webpack.Compiler
   make hook: 41166.3818 ms
   finish make hook: 0.0102 ms
   finish compilation: 0.1623 ms
   seal compilation: 3.2496 ms
   afterCompile hook: 0.0139 ms

  LOG from webpack.FlagDependencyExportsPlugin
   restore cached provided exports: 0.0139 ms
   figure out provided exports: 0.0267 ms
      50% of exports of modules have been determined (1 no declared exports, 1 not cached, 0 flagged uncacheable, 0 from cache, 0 additional calculations due to dependencies)
   store provided exports into cache: 0.0127 ms

  LOG from webpack.InnerGraphPlugin
   infer dependency usage: 0.0199 ms

  LOG from webpack.Compilation
   finish modules: 0.1351 ms
   report dependency errors and warnings: 0.0212 ms
   optimize dependencies: 0.085 ms
   create chunks: 0.08 ms
   optimize: 0.426 ms
      2 modules hashed (1 variants per module in average)
   module hashing: 0.2209 ms
      100% code generated (2 generated, 0 from cache)
   code generation: 0.4729 ms
   runtime requirements: 0.2175 ms
   hashing: initialize hash: 0.0009 ms
   hashing: sort chunks: 0.008 ms
   hashing: hash runtime modules: 0.2029 ms
   hashing: hash chunks: 0.2383 ms
   hashing: hash digest: 0.0124 ms
   hashing: process full hash modules: 0.0007 ms
   hashing: 0.4798 ms
      100% code generated (4 generated, 0 from cache)
   record hash: 0.0035 ms
   module assets: 0.1353 ms
   create chunk assets: 0.2285 ms
   process assets: 0.7567 ms

  LOG from webpack.SideEffectsFlagPlugin
   update dependencies: 0.0028 ms

  LOG from webpack.FlagDependencyUsagePlugin
   initialize exports usage: 0.0032 ms
   trace exports usage in graph: 0.0565 ms

  LOG from webpack.buildChunkGraph
   visitModules: prepare: 0.0076 ms
   visitModules: visiting: 0.0138 ms
      4 queue items processed (2 blocks)
      0 chunk groups connected
      0 chunk groups processed for merging (0 module sets, 0 forked, 0 + 0 modules forked, 0 + 0 modules merged into fork, 0 resulting modules)
      0 chunk group info updated (0 already connected chunk groups reconnected)
   visitModules: 0.0262 ms
   connectChunkGroups: 0.0013 ms
   cleanup: 0.0008 ms

  LOG from webpack.ModuleConcatenationPlugin
   select relevant modules: 0.0074 ms
   sort relevant modules: 0.0005 ms
   find modules to concatenate: 0.0007 ms
   sort concat configurations: 0.0013 ms
   create concatenated modules: 0.0015 ms
  + 3 hidden lines

  LOG from webpack.FileSystemInfo
      2 new snapshots created
      0% root snapshot uncached (0 / 0)
      0% children snapshot uncached (0 / 0)
      0 entries tested
      File info in cache: 974 timestamps 315 hashes 315 timestamp hash combinations
      File timestamp hash combination snapshot optimization: 0% (0/315) entries shared via 0 shared snapshots (0 times referenced)
      Directory info in cache: 0 timestamps 0 hashes 0 timestamp hash combinations
      Missing items snapshot optimization: 0% (0/664) entries shared via 0 shared snapshots (0 times referenced)
      Managed items info in cache: 0 items

  Child mini-css-extract-plugin C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\node_modules\resolve-url-loader\index.js??ruleSet[1].rules[4].rules[1].use[0]!C:\Users\philipp.john\Projects\redngapps\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].rules[1].use[1]!C:\Users\philipp.john\Projects\redngapps\libs\client\ui\src\lib\styles\global\styles.scss compiled (8ae9dd3eacf74d1b3070)

  Entrypoint child =
  chunk {396} (runtime: child) (child) 3.86 KiB (javascript) 937 bytes (runtime) [entry] [rendered]
    runtime modules 937 bytes 4 modules
    dependent modules 1.57 KiB [dependent] 1 module
    ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./libs/shared/assets/fonts/Lato/lato.scss [226] 2.29 KiB {396} [built] [code generated]
      Statement (VariableDeclaration) with side effects in source code at 3:0-84
      ModuleConcatenation bailout: Module uses module.id
      entry !!C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\node_modules\resolve-url-loader\index.js??ruleSet[1].rules[4].rules[1].use[0]!C:\Users\philipp.john\Projects\redngapps\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].rules[1].use[1]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fonts\Lato\lato.scss child
      used as library export

  LOG from webpack.Compiler
   make hook: 34522.3492 ms
   finish make hook: 0.0076 ms
   finish compilation: 0.207 ms
   seal compilation: 4.3199 ms
   afterCompile hook: 0.0134 ms

  LOG from webpack.FlagDependencyExportsPlugin
   restore cached provided exports: 0.0274 ms
   figure out provided exports: 0.0306 ms
      50% of exports of modules have been determined (1 no declared exports, 1 not cached, 0 flagged uncacheable, 0 from cache, 0 additional calculations due to dependencies)
   store provided exports into cache: 0.0235 ms

  LOG from webpack.InnerGraphPlugin
   infer dependency usage: 0.0284 ms

  LOG from webpack.Compilation
   finish modules: 0.1561 ms
   report dependency errors and warnings: 0.0443 ms
   optimize dependencies: 0.1102 ms
   create chunks: 0.1192 ms
   optimize: 0.3505 ms
      2 modules hashed (1 variants per module in average)
   module hashing: 0.1243 ms
      100% code generated (2 generated, 0 from cache)
   code generation: 0.4013 ms
   runtime requirements: 1.6789 ms
   hashing: initialize hash: 0.0011 ms
   hashing: sort chunks: 0.009 ms
   hashing: hash runtime modules: 0.1335 ms
   hashing: hash chunks: 0.5278 ms
   hashing: hash digest: 0.0118 ms
   hashing: process full hash modules: 0.0007 ms
   hashing: 0.6997 ms
      100% code generated (4 generated, 0 from cache)
   record hash: 0.0058 ms
   module assets: 0.0141 ms
   create chunk assets: 0.4312 ms
   process assets: 0.1877 ms

  LOG from webpack.SideEffectsFlagPlugin
   update dependencies: 0.0051 ms

  LOG from webpack.FlagDependencyUsagePlugin
   initialize exports usage: 0.0051 ms
   trace exports usage in graph: 0.0778 ms

  LOG from webpack.buildChunkGraph
   visitModules: prepare: 0.0184 ms
   visitModules: visiting: 0.0288 ms
      4 queue items processed (2 blocks)
      0 chunk groups connected
      0 chunk groups processed for merging (0 module sets, 0 forked, 0 + 0 modules forked, 0 + 0 modules merged into fork, 0 resulting modules)
      0 chunk group info updated (0 already connected chunk groups reconnected)
   visitModules: 0.0523 ms
   connectChunkGroups: 0.0012 ms
   cleanup: 0.0038 ms

  LOG from webpack.ModuleConcatenationPlugin
   select relevant modules: 0.0076 ms
   sort relevant modules: 0.0005 ms
   find modules to concatenate: 0.0008 ms
   sort concat configurations: 0.0003 ms
   create concatenated modules: 0.0014 ms
  + 3 hidden lines

  LOG from webpack.FileSystemInfo
      2 new snapshots created
      0% root snapshot uncached (0 / 0)
      0% children snapshot uncached (0 / 0)
      0 entries tested
      File info in cache: 8 timestamps 8 hashes 8 timestamp hash combinations
      File timestamp hash combination snapshot optimization: 0% (0/8) entries shared via 0 shared snapshots (0 times referenced)
      Directory info in cache: 0 timestamps 0 hashes 0 timestamp hash combinations
      Managed items info in cache: 0 items

  Child mini-css-extract-plugin C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\node_modules\resolve-url-loader\index.js??ruleSet[1].rules[4].rules[1].use[0]!C:\Users\philipp.john\Projects\redngapps\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].rules[1].use[1]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fonts\Lato\lato.scss compiled (4c251920588255481720)

  Entrypoint child =
  chunk {396} (runtime: child) (child) 2.41 KiB (javascript) 937 bytes (runtime) [entry] [rendered]
    runtime modules 937 bytes 4 modules
    dependent modules 1.57 KiB [dependent] 1 module
    ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./libs/shared/assets/fonts/Montserrat/montserrat.scss [509] 867 bytes {396} [built] [code generated]
      Statement (VariableDeclaration) with side effects in source code at 3:0-84
      ModuleConcatenation bailout: Module uses module.id
      entry !!C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\node_modules\resolve-url-loader\index.js??ruleSet[1].rules[4].rules[1].use[0]!C:\Users\philipp.john\Projects\redngapps\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].rules[1].use[1]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fonts\Montserrat\montserrat.scss child
      used as library export

  LOG from webpack.Compiler
   make hook: 38637.614 ms
   finish make hook: 0.0145 ms
   finish compilation: 0.1763 ms
   seal compilation: 4.1538 ms
   afterCompile hook: 0.0166 ms

  LOG from webpack.FlagDependencyExportsPlugin
   restore cached provided exports: 0.0167 ms
   figure out provided exports: 0.0422 ms
      50% of exports of modules have been determined (1 no declared exports, 1 not cached, 0 flagged uncacheable, 0 from cache, 0 additional calculations due to dependencies)
   store provided exports into cache: 0.0162 ms

  LOG from webpack.InnerGraphPlugin
   infer dependency usage: 0.0246 ms

  LOG from webpack.Compilation
   finish modules: 0.1424 ms
   report dependency errors and warnings: 0.0262 ms
   optimize dependencies: 1.362 ms
   create chunks: 0.1979 ms
   optimize: 0.5672 ms
      2 modules hashed (1 variants per module in average)
   module hashing: 0.152 ms
      100% code generated (2 generated, 0 from cache)
   code generation: 0.4773 ms
   runtime requirements: 0.2949 ms
   hashing: initialize hash: 0.0012 ms
   hashing: sort chunks: 0.0077 ms
   hashing: hash runtime modules: 0.2333 ms
   hashing: hash chunks: 0.2325 ms
   hashing: hash digest: 0.0123 ms
   hashing: process full hash modules: 0.0008 ms
   hashing: 0.504 ms
      100% code generated (4 generated, 0 from cache)
   record hash: 0.0044 ms
   module assets: 0.0114 ms
   create chunk assets: 0.2533 ms
   process assets: 0.1825 ms

  LOG from webpack.SideEffectsFlagPlugin
   update dependencies: 0.0028 ms

  LOG from webpack.FlagDependencyUsagePlugin
   initialize exports usage: 0.0018 ms
   trace exports usage in graph: 1.3274 ms

  LOG from webpack.buildChunkGraph
   visitModules: prepare: 0.0156 ms
   visitModules: visiting: 0.0301 ms
      4 queue items processed (2 blocks)
      0 chunk groups connected
      0 chunk groups processed for merging (0 module sets, 0 forked, 0 + 0 modules forked, 0 + 0 modules merged into fork, 0 resulting modules)
      0 chunk group info updated (0 already connected chunk groups reconnected)
   visitModules: 0.0604 ms
   connectChunkGroups: 0.0014 ms
   cleanup: 0.0009 ms

  LOG from webpack.ModuleConcatenationPlugin
   select relevant modules: 0.0148 ms
   sort relevant modules: 0.0006 ms
   find modules to concatenate: 0.001 ms
   sort concat configurations: 0.0003 ms
   create concatenated modules: 0.0055 ms
  + 3 hidden lines

  LOG from webpack.FileSystemInfo
      2 new snapshots created
      0% root snapshot uncached (0 / 0)
      0% children snapshot uncached (0 / 0)
      0 entries tested
      File info in cache: 2 timestamps 2 hashes 2 timestamp hash combinations
      File timestamp hash combination snapshot optimization: 0% (0/2) entries shared via 0 shared snapshots (0 times referenced)
      Directory info in cache: 0 timestamps 0 hashes 0 timestamp hash combinations
      Managed items info in cache: 0 items

  Child mini-css-extract-plugin C:\Users\philipp.john\Projects\redngapps\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!C:\Users\philipp.john\Projects\redngapps\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!C:\Users\philipp.john\Projects\redngapps\node_modules\resolve-url-loader\index.js??ruleSet[1].rules[4].rules[1].use[0]!C:\Users\philipp.john\Projects\redngapps\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[4].rules[1].use[1]!C:\Users\philipp.john\Projects\redngapps\libs\shared\assets\fonts\Montserrat\montserrat.scss compiled (f6488b95737aa8417699)

LOG from webpack.Compiler
 make hook: 134648.0623 ms
 finish make hook: 0.0903 ms
 finish compilation: 385.5754 ms
 seal compilation: 4406153.2833 ms
 afterCompile hook: 0.182 ms
 emitAssets: 197.5605 ms
 emitRecords: 0.1039 ms
 done hook: 2.6536 ms
 beginIdle: 995378.05 ms

LOG from webpack.FlagDependencyExportsPlugin
 restore cached provided exports: 20.432 ms
 figure out provided exports: 185.2857 ms
    92% of exports of modules have been determined (490 no declared exports, 5652 not cached, 2 flagged uncacheable, 0 from cache, 433 additional calculations due to dependencies)
 store provided exports into cache: 23.3667 ms

LOG from webpack.InnerGraphPlugin
 infer dependency usage: 94.8492 ms

LOG from webpack.Compilation
 finish modules: 258.5075 ms
 report dependency errors and warnings: 127.0386 ms
 optimize dependencies: 1210519.9758 ms
 create chunks: 437340.9601 ms
 optimize: 740597.5044 ms
    1815 modules hashed (0.3 variants per module in average)
 module hashing: 1092861.3375 ms
    100% code generated (1815 generated, 0 from cache)
 code generation: 745790.07 ms
 runtime requirements: 13.7604 ms
 hashing: initialize hash: 0.0078 ms
 hashing: hash child compilations: 0.0132 ms
 hashing: hash warnings: 0.0664 ms
 hashing: sort chunks: 0.1174 ms
 hashing: hash runtime modules: 11.3079 ms
 hashing: hash chunks: 11.3404 ms
 hashing: hash digest: 0.0453 ms
 hashing: process full hash modules: 0.0013 ms
 hashing: 30.7153 ms
    100% code generated (16 generated, 0 from cache)
 record hash: 0.1211 ms
 module assets: 2.1787 ms
 create chunk assets: 26.8791 ms
 process assets: 178935.0691 ms

LOG from webpack.SideEffectsFlagPlugin
 update dependencies: 653278.7303 ms

LOG from webpack.FlagDependencyUsagePlugin
 initialize exports usage: 9.2907 ms
 trace exports usage in graph: 557229.5498 ms

LOG from webpack.buildChunkGraph
 visitModules: prepare: 412347.0411 ms
 visitModules: visiting: 19331.3667 ms
 visitModules: calculating available modules: 0.8635 ms
 visitModules: merging available modules: 0.365 ms
 visitModules: check modules for revisit: 0.1819 ms
 visitModules: visiting: 2817.5766 ms
 visitModules: calculating available modules: 1.3107 ms
 visitModules: merging available modules: 0.6361 ms
 visitModules: check modules for revisit: 0.0088 ms
 visitModules: visiting: 2794.8884 ms
 visitModules: calculating available modules: 0.9804 ms
 visitModules: merging available modules: 5.0778 ms
 visitModules: check modules for revisit: 0.3036 ms
 visitModules: visiting: 0.4363 ms
 visitModules: visiting: 0.6546 ms
    20763 queue items processed (9469 blocks)
    135 chunk groups connected
    103 chunk groups processed for merging (135 module sets, 25 forked, 27332 + 0 modules forked, 30248 + 0 modules merged into fork, 23097 resulting modules)
    101 chunk group info updated (0 already connected chunk groups reconnected)
 visitModules: 437303.386 ms
 connectChunkGroups: 0.6187 ms
 cleanup: 0.2696 ms

LOG from webpack.SplitChunksPlugin
 prepare: 0.0865 ms
 modules: 76.0577 ms
 queue: 22.2709 ms
 maxSize: 0.074 ms

LOG from webpack.ModuleConcatenationPlugin
 select relevant modules: 23.7449 ms
 sort relevant modules: 2.9657 ms
 find modules to concatenate: 537607.2245 ms
 sort concat configurations: 0.3893 ms
 create concatenated modules: 293.2954 ms
+ 3 hidden lines

LOG from webpack.FileSystemInfo
    6127 new snapshots created
    0% root snapshot uncached (0 / 0)
    0% children snapshot uncached (0 / 0)
    0 entries tested
    File info in cache: 5553 timestamps 5553 hashes 5553 timestamp hash combinations
    File timestamp hash combination snapshot optimization: 36% (9667/26595) entries shared via 550 shared snapshots (1151 times referenced)
    Directory info in cache: 1 timestamps 0 hashes 0 timestamp hash combinations
    Directory timestamp snapshot optimization: 0% (0/1) entries shared via 0 shared snapshots (0 times referenced)
    Managed items info in cache: 151 items
    Managed items snapshot optimization: 28% (3967/14283) entries shared via 29 shared snapshots (1212 times referenced)
    Managed files snapshot optimization: 71% (26361/36890) entries shared via 52 shared snapshots (2078 times referenced)
    Managed contexts snapshot optimization: 0% (0/1) entries shared via 0 shared snapshots (0 times referenced)

WARNING in C:/Users/philipp.john/Projects/redngapps/libs/client-newclient/src/app/feature/patient/patient.acquisitionModal/patient.acquisitionModal.scss exceeded maximum budget. Budget 10.00 kB was not met by 2.36 kB with a total of 12.36 kB.

WARNING in C:/Users/philipp.john/Projects/redngapps/libs/client/datenerfassung-editors/feature/src/lib/ebm-editor/ebm-editor.component.scss exceeded maximum budget. Budget 10.00 kB was not met by 2.62 kB with a total of 12.62 kB.

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\core\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\core\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\core\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\hub\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\hub\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\minimal\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\asn1.js\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\asn1.js\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\diffie-hellman\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\diffie-hellman\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\hash-base\node_modules\safe-buffer\index.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\browserify-sign\node_modules\safe-buffer\index.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\miller-rabin\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\public-encrypt\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\public-encrypt\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps\node_modules\public-encrypt\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

2022-05-19 09:56:56: webpack 5.50.0 compiled in 4588623 ms (825990bb2576b0985e92)

Initial Chunk Files                 | Names         |      Size
vendor.0a025ccf221ff52dd4a7.js      | vendor        |   3.28 MB
main.26cd1c9fdda71410f2d0.js        | main          |   1.02 MB
styles.16087147bd48b3ea53f2.css     | styles        | 816.52 kB
scripts.ee0ace9b392907c26b10.js     | scripts       |  86.73 kB
polyfills.f98bf338855ee57408d4.js   | polyfills     |  33.69 kB
runtime.cb2374b7d62c7965a74b.js     | runtime       |   5.68 kB

| Initial Total |   5.23 MB

Lazy Chunk Files                    | Names         |      Size
4969.9810ebc9c436bc5c53f5.js        | -             |   2.19 MB
6630.f18ee547cab18f081d2f.js        | -             |   1.54 MB
pdfjsWorker.4c6621724700216816bc.js | pdfjsWorker   | 768.83 kB
184.f82045f4ca5b7fe088aa.js         | -             | 699.31 kB
381.ea0da203a12867d6af5e.js         | -             | 571.25 kB
4533.d466e534fea0f2024cfe.js        | -             | 477.59 kB
8258.b08adc8f1c126a9319b6.js        | -             | 430.65 kB
1715.e929a90ce540b91c1ab5.js        | -             | 364.19 kB
1230.6ea4f6cde2a876e6bb5d.js        | -             | 346.57 kB
4368.89756c0eb36fb9e07832.js        | -             | 321.80 kB
5446.5a1d68ee53c7872df82e.js        | -             | 167.71 kB
1737.4b06fb256d40e9416144.js        | -             | 140.35 kB
8336.c678a3f0778a878fc59a.js        | -             | 138.72 kB
762.7a2c10a6cc34ecd3e3a8.js         | -             | 130.99 kB
common.d789593ed2c7ab5f76f6.js      | common        | 106.55 kB
6300.6ae8879a2d37b7ce92ce.js        | -             | 100.39 kB
4640.880bf789266af12ff7f9.js        | -             | 100.22 kB
157.2396436e0397263aba94.js         | -             |  84.79 kB
4688.08261a4f230d4d50991b.js        | -             |  72.47 kB
9717.f726f6a7bc1ef9772b64.js        | -             |  70.56 kB
4689.64f3ccbd9720edec7dd6.js        | -             |  70.35 kB
1964.78674bb0fcb05451f3b4.js        | -             |  54.35 kB
6259.ad0cc45c22232ea2eaa6.js        | -             |  51.97 kB
6666.b9bec6c66abd41078476.js        | -             |  51.38 kB
8332.26e00ab98788c65030eb.js        | -             |  48.36 kB
9854.1fb2069c6606bffd66d1.js        | -             |  42.67 kB
1594.e483521164571ea08a65.js        | -             |  41.83 kB
9146.ed3ee7d3f810bf47c217.js        | -             |  40.33 kB
2911.2b44bfc8a78173501a37.js        | -             |  39.95 kB
2765.a159adb6ef4f87d427ee.js        | -             |  39.07 kB
5789.30e0662b331ba9768ada.js        | -             |  36.64 kB
3478.c585ff8036fb40dc619a.js        | -             |  33.98 kB
8876.10cb7de802bb09288eab.js        | -             |  33.44 kB
4644.27de33439c265e7b1174.js        | -             |  32.11 kB
4846.dfc912602497d8324eb8.js        | -             |  31.51 kB
6156.62d387aad8ec66fd961d.js        | -             |  31.23 kB
3374.cf218315d71cd21e9990.js        | -             |  30.71 kB
590.231ab06a8bb0c21f9fd8.js         | -             |  30.65 kB
9181.198026a0a67bf93757d6.js        | -             |  29.54 kB
9149.fd379436744080232b07.js        | -             |  28.95 kB
3079.d94540714c2820bb8567.js        | -             |  28.19 kB
6507.749d27b7eeb7b219559c.js        | -             |  27.88 kB
8203.b36600f14aa0f71fa0b6.js        | -             |  26.20 kB
3502.83a4b579a58e3b39166a.js        | -             |  25.63 kB
6916.383ff0969989026f6b63.js        | -             |  24.27 kB
7437.f88a92265a2684b227c1.js        | -             |  22.46 kB
4057.9194e7c75de2400e6625.js        | -             |  20.57 kB
9399.c04b97c9613de0ce7943.js        | -             |  19.43 kB
2411.dce42c46d5fbc57c8f6f.js        | -             |  19.29 kB
9488.45fadb47e851101426aa.js        | -             |  18.57 kB
2353.892d00dd7c8847b70d4c.js        | -             |  18.04 kB
6002.99d518774aac2a3390df.js        | -             |  17.49 kB
7353.f55059287d4790b131ab.js        | -             |  16.95 kB
6990.fb63cf668e1006d3140a.js        | -             |  16.47 kB
7439.d92a4960b4885139d95a.js        | -             |  15.52 kB
8366.1d87031a9795f3718224.js        | -             |  15.41 kB
6547.0319e0f6710591c7491b.js        | -             |  14.61 kB
398.5868a2196441ee09e217.js         | -             |  14.45 kB
9165.30cf18bda03fe5f268a6.js        | -             |  13.03 kB
5164.84a977bdad95e43071fb.js        | -             |  12.68 kB
5412.dfa17267312c53a47da6.js        | -             |  11.62 kB
9640.6df895d12a37e9b3968f.js        | -             |  10.65 kB
1330.23bf4ccee512a45a22fe.js        | -             |  10.30 kB
8840.0a6a9f42048216ab919d.js        | -             |   9.93 kB
4568.9694157ea8bd2a621e91.js        | -             |   9.67 kB
6393.5fc69e215ac821426219.js        | -             |   7.31 kB
7443.c6c5c4addef4c15ad1da.js        | -             |   5.04 kB
6828.b04bedef9e193502bba6.js        | -             |   3.86 kB
2631.fd76fc6c6e48e53b812e.js        | -             |   3.28 kB
4541.78fbf3e4db9b0e85f7d5.js        | -             |   2.71 kB
710.3a74cddbdeb2efccef88.js         | -             |   2.47 kB
3895.5d315f9202fea3772e54.js        | -             | 731 bytes
760.6ae370fdf55985d6fec5.js         | -             | 634 bytes
2163.9918d3efd5760399f703.js        | -             | 634 bytes
2327.96f4d44521a623b1b3c1.js        | -             | 634 bytes
6400.480affe31e9e0098cd8a.js        | -             | 634 bytes
8002.7d709180177351f4a993.js        | -             | 634 bytes
8407.574d518c5805a4b5896c.js        | -             | 634 bytes
1965.b9cb7a60ad6d929405e4.js        | -             | 565 bytes
5352.b0aedea92a0b4c241434.js        | -             | 527 bytes
8664.b74e7cc21bca8c33bcda.js        | -             | 479 bytes

Build at: 2022-05-19T08:14:19.305Z - Hash: 825990bb2576b0985e92 - Time: 5631073ms

>  NX   SUCCESS  Running target "build" succeeded

🌍 Your Environment




>  NX  Report complete - copy this into the issue template

  Node : 16.13.2
  OS   : darwin x64
  npm  : 8.1.2

  nx : 12.10.1
  @nrwl/angular : 12.10.1
  @nrwl/cli : 12.10.1
  @nrwl/cypress : 12.10.1
  @nrwl/devkit : 12.10.1
  @nrwl/eslint-plugin-nx : 12.10.1
  @nrwl/express : Not Found
  @nrwl/jest : 12.10.1
  @nrwl/linter : 12.10.1
  @nrwl/nest : Not Found
  @nrwl/next : Not Found
  @nrwl/node : Not Found
  @nrwl/nx-cloud : Not Found
  @nrwl/react : Not Found
  @nrwl/schematics : Not Found
  @nrwl/tao : 12.10.1
  @nrwl/web : Not Found
  @nrwl/workspace : 12.10.1
  @nrwl/storybook : 12.10.1
  @nrwl/gatsby : Not Found
  typescript : 4.3.5

Anything else relevant?

Please help us analyzing the --verbose and cpu profile: https://drive.google.com/drive/folders/1hPvedPtSet2Nh50iBvKuf7XNOAR4d-Hx?usp=sharing

Please let me know in the comments who wants to access. Private access to Angular Core members would also be possible. Slack communication or Discord for a better communication is also possible.

This is out of our skill set to dig that deep into the Angular's Build process.

alan-agius4 commented 2 years ago

@JohnnyDevNull, can you share the output of ng version?

JohnnyDevNull commented 2 years ago

@alan-agius4 we use nx cli so i can only share this:

>  NX  Report complete - copy this into the issue template

  Node : 16.13.2
  OS   : darwin x64
  npm  : 8.1.2

  nx : 12.10.1
  @nrwl/angular : 12.10.1
  @nrwl/cli : 12.10.1
  @nrwl/cypress : 12.10.1
  @nrwl/devkit : 12.10.1
  @nrwl/eslint-plugin-nx : 12.10.1
  @nrwl/express : Not Found
  @nrwl/jest : 12.10.1
  @nrwl/linter : 12.10.1
  @nrwl/nest : Not Found
  @nrwl/next : Not Found
  @nrwl/node : Not Found
  @nrwl/nx-cloud : Not Found
  @nrwl/react : Not Found
  @nrwl/schematics : Not Found
  @nrwl/tao : 12.10.1
  @nrwl/web : Not Found
  @nrwl/workspace : 12.10.1
  @nrwl/storybook : 12.10.1
  @nrwl/gatsby : Not Found
  typescript : 4.3.5

The angular versions in the package.json:

...
    "@angular/animations": "12.2.16",
    "@angular/cdk": "12.2.13",
    "@angular/common": "12.2.16",
    "@angular/compiler": "12.2.16",
    "@angular/core": "12.2.16",
    "@angular/forms": "12.2.16",
    "@angular/localize": "12.2.16",
    "@angular/material": "12.2.13",
    "@angular/material-moment-adapter": "12.2.13",
    "@angular/platform-browser": "12.2.16",
    "@angular/platform-browser-dynamic": "12.2.16",
    "@angular/router": "12.2.16",
...
    "@angular-devkit/architect": "0.1202.17",
    "@angular-devkit/build-angular": "12.2.17",
    "@angular-devkit/core": "12.2.17",
    "@angular-eslint/eslint-plugin": "12.7.0",
    "@angular-eslint/eslint-plugin-template": "12.7.0",
    "@angular-eslint/template-parser": "12.7.0",
    "@angular/cli": "12.2.17",
    "@angular/compiler-cli": "12.2.16",
    "@angular/language-service": "12.2.16",
...
    "typescript": "4.3.5"
clydin commented 2 years ago

Can you try turning on each individual optimization option to help narrow down the underlying subsystem that may be causing the issue? Also can you try running npm ls esbuild and npm ls esbuild-darwin-64 in the project and provide the output? And one additional item to try is to update to Angular 13 to see if the behavior persists.

JohnnyDevNull commented 2 years ago

Can you try turning on each individual optimization option to help narrow down the underlying subsystem that may be causing the issue? Also can you try running npm ls esbuild and npm ls esbuild-darwin-64 in the project and provide the output? And one additional item to try is to update to Angular 13 to see if the behavior persists.

@clydin the build optimization flags that are causing the problem are scripts and / or styles. If i turn on one of the both the build runs ~ 1h 45 Minutes and it doesn't matter if i delete all scss files, turn off emitDecorateMetadata or sourceMap.

npm ls esbuild

redngapps@2.51.0 /Users/philipp/projects/redngapps-migration
└─┬ @angular-devkit/build-angular@12.2.17
  └── esbuild@0.13.8

npm ls esbuild-darwin-64

redngapps@2.51.0 /Users/philipp/projects/redngapps-migration
└─┬ @angular-devkit/build-angular@12.2.17
  └─┬ esbuild@0.13.8
    └── esbuild-darwin-64@0.13.8

Edit:

And one additional item to try is to update to Angular 13 to see if the behavior persists.

I'am currently working on this task to cross check my last Angular 13 upgrade where the build still performed bad.

alan-agius4 commented 2 years ago

Earlier you mentioned that it might be possible to share to project private? If that's still an option it would be great to do so.

DPliegl commented 2 years ago

Earlier you mentioned that it might be possible to share to project private? If that's still an option it would be great to do so.

I'll ask for permission to share the project. We will come back to you as soon as we got new information (properly next week). Your help is greatly appreciated. Thanks in advance.

JohnnyDevNull commented 2 years ago

@clydin the first result for Angular 12 vs 13 looks like this:

Angular 12: Build at: 2022-05-19T08:14:19.305Z - Hash: 825990bb2576b0985e92 - Time: 5631073ms Angular 13: Build at: 2022-05-20T09:17:01.841Z - Hash: 484b9e045851f22f - Time: 3999526ms

Looks better, but still slow. I'am going to upload the cpu profile soon, forgot to add --cpu-proof this run :(

But i have the --verbose output with the timings:

> redngapps@2.51.0 build-client-production
> npm run ng -- build client --configuration=production "--verbose" "--progress" "--skip-nx-cache" "--optimization=true"

> redngapps@2.51.0 ng
> node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng "build" "client" "--configuration=production" "--verbose" "--progress" "--skip-nx-cache" "--optimization=true"

> nx run client:build:production --verbose --progress --optimization=true

asset vendor.4ef14cf768b8a2fc.js 2.9 MiB {4736} [emitted] [immutable] (name: vendor) (id hint: defaultVendors)
asset fa-duotone-900.3ea2aebbbad34095.svg 2.55 MiB ({532}) [emitted] [from: C:\Users\philipp.john\Projects\redngapps-migration\libs\shared\assets\fontawesome-pro-5.15.3-web\webfonts\fa-duotone-900.svg] (auxiliary name: styles)
asset fa-light-300.995e2b0d4f581315.svg 2.34 MiB ({532}) [emitted] [from: C:\Users\philipp.john\Projects\redngapps-migration\libs\shared\assets\fontawesome-pro-5.15.3-web\webfonts\fa-light-300.svg] (auxiliary name: styles)
asset 8285.268f11dce54e74b0.js 2.21 MiB {8285} [emitted] [immutable] (name: redngapps-client-newclient) (id hint: default)
asset fa-regular-400.02cd0ca3cd51eb15.svg 2.09 MiB ({532}) [emitted] [from: C:\Users\philipp.john\Projects\redngapps-migration\libs\shared\assets\fontawesome-pro-5.15.3-web\webfonts\fa-regular-400.svg] (auxiliary name: styles)
asset fa-solid-900.f16aec5a7cb7360e.svg 1.71 MiB ({532}) [emitted] [from: C:\Users\philipp.john\Projects\redngapps-migration\libs\shared\assets\fontawesome-pro-5.15.3-web\webfonts\fa-solid-900.svg] (auxiliary name: styles)
asset 2762.276a55e0c5b03e93.js 1.54 MiB {2762} [emitted] [immutable] (name: redngapps-client-dev-tools-feature) (id hint: default)
asset main.ce56cf8864daddfb.js 1.01 MiB {179} [emitted] [immutable] (name: main)
asset styles.20b7fa9a21a5920c.css 829 KiB {532} [emitted] [immutable] (name: styles)
asset pdfjsWorker.369b9a24aa44efb6.js 769 KiB {5094} [emitted] [immutable] (name: pdfjsWorker)
asset fa-brands-400.2f6690baabf308e6.svg 734 KiB ({532}) [emitted] [from: C:\Users\philipp.john\Projects\redngapps-migration\libs\shared\assets\fontawesome-pro-5.15.3-web\webfonts\fa-brands-400.svg] (auxiliary name: styles)
asset 454.f882b60392cb9330.js 699 KiB {454} [emitted] [immutable] (name: bwip-js)
asset 4335.e340c5029206d701.js 569 KiB {4335} [emitted] [immutable] (name: redngapps-red-pharma-feature-shell) (id hint: default)
asset fa-duotone-900.71fbe9278304492e.eot 550 KiB ({532}) [emitted] [from: C:\Users\philipp.john\Projects\redngapps-migration\libs\shared\assets\fontawesome-pro-5.15.3-web\webfonts\fa-duotone-900.eot] (auxiliary name: styles)
+ 104 assets
Entrypoint main 3.92 MiB = runtime.5a96b58fce563a4c.js 5.4 KiB vendor.4ef14cf768b8a2fc.js 2.9 MiB main.ce56cf8864daddfb.js 1.01 MiB
Entrypoint polyfills 39.1 KiB = runtime.5a96b58fce563a4c.js 5.4 KiB polyfills.5e14cfae5f771a01.js 33.7 KiB
Entrypoint styles 834 KiB (15.6 MiB) = runtime.5a96b58fce563a4c.js 5.4 KiB styles.20b7fa9a21a5920c.css 829 KiB 29 auxiliary assets
Entrypoint scripts 88.8 KiB = scripts.9c683d9b7a01a1d5.js
chunk {62} (runtime: runtime) 62.eb9d475413545e96.js (redngapps-client-versichertenkarte-feature) (id hint: default) 27.8 KiB [rendered] split chunk (cache group: default)

... 

LOG from webpack.Compilation
<t> runtime requirements.modules: 0.1832 ms
<t> runtime requirements.chunks: 0.1155 ms
<t> runtime requirements.entries: 0.8896 ms
<t> runtime requirements.modules: 0.0438 ms
<t> runtime requirements.chunks: 0.0207 ms
<t> runtime requirements.entries: 0.1903 ms
<t> runtime requirements.modules: 0.0275 ms
<t> runtime requirements.chunks: 0.0171 ms
<t> runtime requirements.entries: 0.225 ms
<t> runtime requirements.modules: 0.026 ms
<t> runtime requirements.chunks: 0.0171 ms
<t> runtime requirements.entries: 0.1337 ms
<t> runtime requirements.modules: 0.0213 ms
<t> runtime requirements.chunks: 0.0164 ms
<t> runtime requirements.entries: 0.1187 ms
<t> compute affected modules: 0.0026 ms
<t> finish modules: 307.6323 ms
<t> report dependency errors and warnings: 128.9822 ms
<t> optimize dependencies: 1076548.6245 ms
<t> create chunks: 347570.6171 ms
<t> compute affected modules with chunk graph: 0.0024 ms
<t> optimize: 635840.4076 ms
    1816 modules hashed, 0 from cache (0.29 variants per module in average)
<t> module hashing: 955306.5713 ms
    100% code generated (1816 generated, 0 from cache)
<t> code generation: 653733.9962 ms
<t> runtime requirements.modules: 6.5282 ms
<t> runtime requirements.chunks: 1.4876 ms
<t> runtime requirements.entries: 3.2879 ms
<t> runtime requirements: 11.5748 ms
<t> hashing: initialize hash: 0.0098 ms
<t> hashing: hash warnings: 0.0221 ms
<t> hashing: sort chunks: 0.1146 ms
<t> hashing: hash runtime modules: 8.8053 ms
<t> hashing: hash chunks: 6.9037 ms
<t> hashing: hash digest: 0.0549 ms
<t> hashing: process full hash modules: 0.0009 ms
<t> hashing: 16.0472 ms
    100% code generated (17 generated, 0 from cache)
<t> record hash: 0.0631 ms
<t> module assets: 9.2424 ms
<t> create chunk assets: 25.3568 ms
<t> process assets: 135818.1416 ms

LOG from webpack.Compiler
<t> make hook: 114379.902 ms
<t> finish make hook: 0.1196 ms
<t> finish compilation: 436.6527 ms
<t> seal compilation: 3804919.4915 ms
<t> afterCompile hook: 0.1658 ms
<t> emitAssets: 164.6805 ms
<t> emitRecords: 1.4199 ms
<t> done hook: 8.9301 ms
<t> beginIdle: 3.4408 ms

LOG from webpack.ResolverCachePlugin
    23% really resolved (19756 real resolves with 0 cached but invalid, 64531 cached valid, 0 concurrent)

LOG from webpack.FlagDependencyExportsPlugin
<t> restore cached provided exports: 39.5245 ms
<t> figure out provided exports: 187.6479 ms
    92% of exports of modules have been determined (512 no declared exports, 5660 not cached, 1 flagged uncacheable, 0 from cache, 0 from mem cache, 433 additional calculations due to dependencies)
<t> store provided exports into cache: 42.6473 ms

LOG from webpack.InnerGraphPlugin
<t> infer dependency usage: 53.9145 ms

LOG from webpack.SideEffectsFlagPlugin
<t> update dependencies: 591918.5885 ms

LOG from webpack.FlagDependencyUsagePlugin
<t> initialize exports usage: 6.6044 ms
<t> trace exports usage in graph: 484621.3273 ms

LOG from webpack.buildChunkGraph
<t> visitModules: prepare: 129927.2431 ms
<t> visitModules: visiting: 129949.4266 ms
<t> visitModules: calculating available modules: 0.8279 ms
<t> visitModules: merging available modules: 0.2964 ms
<t> visitModules: check modules for revisit: 0.1215 ms
<t> visitModules: prepare: 170256.0847 ms
<t> visitModules: visiting: 170295.5934 ms
<t> visitModules: calculating available modules: 1.2972 ms
<t> visitModules: merging available modules: 0.5596 ms
<t> visitModules: check modules for revisit: 0.0087 ms
<t> visitModules: prepare: 47279.332 ms
<t> visitModules: visiting: 47294.7389 ms
<t> visitModules: calculating available modules: 0.9725 ms
<t> visitModules: merging available modules: 5.0261 ms
<t> visitModules: check modules for revisit: 0.2816 ms
<t> visitModules: visiting: 0.1452 ms
<t> visitModules: prepare: 1.3548 ms
<t> visitModules: visiting: 1.5038 ms
    20774 queue items processed (9474 blocks)
    136 chunk groups connected
    104 chunk groups processed for merging (136 module sets, 25 forked, 27355 + 0 modules forked, 30273 + 0 modules merged into fork, 23119 resulting modules)
    102 chunk group info updated (0 already connected chunk groups reconnected)
<t> visitModules: 347550.8853 ms
<t> connectChunkGroups: 0.5204 ms
<t> cleanup: 0.2159 ms

LOG from webpack.SplitChunksPlugin
<t> prepare: 0.0942 ms
<t> modules: 82.3057 ms
<t> queue: 8.7584 ms
<t> maxSize: 0.0861 ms

LOG from webpack.ModuleConcatenationPlugin
<t> select relevant modules: 31.654 ms
<t> sort relevant modules: 2.6484 ms
<t> find modules to concatenate: 458542.3338 ms
<t> sort concat configurations: 0.374 ms
<t> create concatenated modules: 282.9253 ms
+ 3 hidden lines

LOG from webpack.FileSystemInfo
    25892 new snapshots created
    0% root snapshot uncached (0 / 64531)
    0% children snapshot uncached (0 / 0)
    0 entries tested
    File info in cache: 18753 timestamps 7758 hashes 7758 timestamp hash combinations
    File timestamp hash combination snapshot optimization: 81% (189521/233763) entries shared via 2270 shared snapshots (33429 times referenced)
    Directory info in cache: 0 timestamps 0 hashes 0 timestamp hash combinations
    Missing items snapshot optimization: 84% (190896/228571) entries shared via 2735 shared snapshots (48523 times referenced)
    Managed items info in cache: 1117 items
    Managed items snapshot optimization: 49% (24715/50529) entries shared via 151 shared snapshots (4629 times referenced)
    Managed files snapshot optimization: 73% (60257/82374) entries shared via 431 shared snapshots (12235 times referenced)
    Managed contexts snapshot optimization: 0% (0/1) entries shared via 0 shared snapshots (0 times referenced)
    Managed missing snapshot optimization: 80% (39740/49851) entries shared via 362 shared snapshots (6441 times referenced)

WARNING in ./libs/client/ui/src/lib/styles/global/styles.scss (./libs/client/ui/src/lib/styles/global/styles.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./libs/client/ui/src/lib/styles/global/styles.scss)
Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
Warning

(7969:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
 @ ./libs/client/ui/src/lib/styles/global/styles.scss

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\core\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\core\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\core\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\hub\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\hub\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\minimal\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\utils\node_modules\tslib\tslib.es6.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\@sentry\browser\node_modules\tslib\tslib.es6.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\asn1.js\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\asn1.js\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\browserify-sign\node_modules\safe-buffer\index.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\string_decoder\node_modules\safe-buffer\index.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\browserify-sign\node_modules\safe-buffer\index.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\string_decoder\node_modules\safe-buffer\index.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\browserify-sign\node_modules\safe-buffer\index.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\string_decoder\node_modules\safe-buffer\index.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\diffie-hellman\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\diffie-hellman\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\elliptic\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\hash-base\node_modules\safe-buffer\index.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\string_decoder\node_modules\safe-buffer\index.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\miller-rabin\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\public-encrypt\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\public-encrypt\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in [DedupeModuleResolvePlugin]: C:\Users\philipp.john\Projects\redngapps-migration\node_modules\public-encrypt\node_modules\bn.js\lib\bn.js -> C:\Users\philipp.john\Projects\redngapps-migration\node_modules\create-ecdh\node_modules\bn.js\lib\bn.js

WARNING in Ôû▓ [WARNING] Expected identifier but found "."

    styles.915d4291eeaafee5.css:15080:4:
      15080 Ôâé     .new-client-wrapper,
            ÔòÁ     ^

2022-05-20 11:16:04: webpack 5.70.0 compiled in 3941733 ms (484b9e045851f22f)

Initial Chunk Files             | Names                                                                            |  Raw Size | Estimated Transfer Size
vendor.4ef14cf768b8a2fc.js      | vendor                                                                           |   2.90 MB |               615.47 kB
main.ce56cf8864daddfb.js        | main                                                                             |   1.01 MB |               179.13 kB
styles.20b7fa9a21a5920c.css     | styles                                                                           | 828.76 kB |                79.47 kB
scripts.9c683d9b7a01a1d5.js     | scripts                                                                          |  88.85 kB |                23.33 kB
polyfills.5e14cfae5f771a01.js   | polyfills                                                                        |  33.71 kB |                10.84 kB
runtime.5a96b58fce563a4c.js     | runtime                                                                          |   5.40 kB |                 2.55 kB

| Initial Total                                                                    |   4.85 MB |               910.80 kB

Lazy Chunk Files                | Names                                                                            |  Raw Size | Estimated Transfer Size
8285.268f11dce54e74b0.js        | redngapps-client-newclient                                                       |   2.21 MB |               335.33 kB
2762.276a55e0c5b03e93.js        | redngapps-client-dev-tools-feature                                               |   1.54 MB |               282.13 kB
pdfjsWorker.369b9a24aa44efb6.js | pdfjsWorker                                                                      | 769.34 kB |               181.43 kB
454.f882b60392cb9330.js         | bwip-js                                                                          | 698.92 kB |               135.29 kB
4335.e340c5029206d701.js        | redngapps-red-pharma-feature-shell                                               | 568.81 kB |               107.50 kB
7855.672c7b4f31251286.js        | redngapps-client-newclient                                                       | 489.63 kB |                67.62 kB
8093.95fad3a8f2348d81.js        | redngapps-client-patient-feature                                                 | 432.28 kB |                51.12 kB
7799.92f5a6e5c4b05487.js        | redngapps-red-pharma-patient-context-feature                                     | 363.54 kB |                62.91 kB
9283.1df08c1db00517da.js        | registration-registration-module                                                 | 345.76 kB |                19.74 kB
6036.77db22dceba7601e.js        | pdfjs-dist                                                                       | 340.50 kB |                80.75 kB
7873.d91ff22d63d270b7.js        | redngapps-client-dev-tools-feature                                               | 321.65 kB |                90.28 kB
3435.a53ac25b73bd2c31.js        | redngapps-client-feature-shell                                                   | 167.47 kB |                25.97 kB
9452.6729079c7392bbbe.js        | redngapps-client-auswertung-feature                                              | 140.37 kB |                26.91 kB
2841.52b9ecfacb37f833.js        | redngapps-red-pharma-datenerfassung-feature                                      | 138.72 kB |                22.00 kB
8491.2452636a252ebfbd.js        | redngapps-client-newclient                                                       | 128.92 kB |                24.34 kB
common.995c2e898f304c72.js      | common                                                                           | 110.33 kB |                14.83 kB
8187.b4a82a8e317e7835.js        | redngapps-client-administration-rechnungsdaten-feature                           | 100.18 kB |                13.88 kB
7580.389c034f20f23c6d.js        | redngapps-client-administration-eigene-leistung-feature                          |  98.91 kB |                14.46 kB
9400.049efa021c95c70c.js        | redngapps-client-versichertenkarte-feature                                       |  84.79 kB |                12.47 kB
7415.a94d155175003b4a.js        | redngapps-client-patient-feature                                                 |  71.17 kB |                15.48 kB
4077.8604edd1e4212e3b.js        | redngapps-client-administration-doctors-feature                                  |  70.34 kB |                11.13 kB
5524.7fc66de32c804e51.js        | redngapps-client-administration-privatliquidationseinheiten-feature              |  70.23 kB |                11.04 kB
8793.be4a14bde999a2df.js        | redngapps-client-administration-telematik-feature                                |  53.95 kB |                 9.75 kB
4183.f7be9cc2fb941871.js        | redngapps-client-arbeitsplatz                                                    |  50.15 kB |                 8.43 kB
2633.7ffe10a519a7158b.js        | redngapps-client-administration-episoden-art-feature                             |  48.35 kB |                 7.61 kB
7711.11f7b7481bf6725d.js        | redngapps-client-privacy-feature-shell                                           |  48.18 kB |                 8.63 kB
7746.73255909ad1d5dfc.js        | redngapps-client-administration-users-feature                                    |  42.66 kB |                 8.12 kB
5318.7cebfe096634f998.js        | redngapps-red-pharma-patienten-suche-feature                                     |  41.65 kB |                 8.09 kB
9274.db8803859bd2cbf7.js        | redngapps-client-administration-begruendungen-feature                            |  38.47 kB |                 7.26 kB
3331.bb862b9b4d478587.js        | redngapps-client-administration-laborgeraete-feature                             |  38.13 kB |                 6.80 kB
2277.374783f951f0e508.js        | redngapps-client-newclient                                                       |  37.30 kB |                 6.28 kB
7229.4f2ff6a2eb46a879.js        | redngapps-client-administration-omim-g-chains-feature                            |  37.29 kB |                 6.91 kB
2190.2c18301c31f937ff.js        | redngapps-client-administration-nummernkreise-feature                            |  33.96 kB |                 5.66 kB
8563.d6597ca78aa23d95.js        | redngapps-client-administration-kodierregeln-feature                             |  33.44 kB |                 6.60 kB
925.640303b824ab3941.js         | redngapps-red-pharma-feature-shell                                               |  32.10 kB |                 7.87 kB
8128.6f3ddb1e944ca746.js        | redngapps-client-patient-feature                                                 |  31.49 kB |                 6.30 kB
931.59978590d8c3679f.js         | redngapps-client-auswertung-feature                                              |  30.65 kB |                 6.11 kB
8788.dfd33b7bb4d5d0ba.js        | redngapps-client-arbeitsplatz-feature                                            |  30.06 kB |                 5.76 kB
8471.df37d2e16b069670.js        | auth-auth-module                                                                 |  29.02 kB |                 5.65 kB
5153.44a80e6e0b809886.js        | redngapps-client-newclient                                                       |  28.94 kB |                 3.60 kB
4779.5e018f968a06ebb0.js        | redngapps-client-auswertung-feature                                              |  28.18 kB |                 6.27 kB
8087.1327460cd21724dc.js        | registration-registration-module                                                 |  28.10 kB |                 5.12 kB
8918.c961105982771b98.js        | redngapps-client-patient-feature                                                 |  27.86 kB |                 6.08 kB
5816.2254846d2e0f76a2.js        | redngapps-client-administration-episoden-art-feature                             |  24.32 kB |                 4.91 kB
3528.4c2cdfb331b043fb.js        | redngapps-client-feature-shell                                                   |  23.16 kB |                 4.89 kB
1315.7da8701230ed7de6.js        | redngapps-client-administration-terminal-feature                                 |  22.45 kB |                 4.65 kB
5018.9eb1627f3e728114.js        | redngapps-client-feature-shell                                                   |  21.24 kB |                 4.06 kB
9477.c2f22e109843cf5d.js        | redngapps-client-patient-feature                                                 |  20.54 kB |                 4.09 kB
8006.3cb58582e8eadc43.js        | redngapps-client-videosprechstunde-token-api-feature                             |  19.42 kB |                 4.37 kB
8325.e7f91e56e56f7f3d.js        | redngapps-client-feature-shell                                                   |  18.55 kB |                 4.25 kB
3309.c59d0487707843e7.js        | redngapps-client-feature-shell                                                   |  17.98 kB |                 4.00 kB
5489.ebab129443298f92.js        | redngapps-client-auswertung-feature                                              |  17.52 kB |                 4.27 kB
5320.9c61e84bd27fabc6.js        | redngapps-client-newclient                                                       |  17.48 kB |                 3.52 kB
7353.432fae13edf07e83.js        | redngapps-client-newclient                                                       |  16.94 kB |                 2.40 kB
5366.a6ec7beebdb42ffe.js        | redngapps-client-newclient                                                       |  16.47 kB |                 2.26 kB
7585.811e1cbdc60800e7.js        | redngapps-client-newclient                                                       |  15.86 kB |                 2.88 kB
7078.ef8faa2fb83efd66.js        | redngapps-client-newclient                                                       |  15.77 kB |                 1.43 kB
417.f6e29353e9ba4373.js         | commander-commander-module                                                       |  14.61 kB |                 2.63 kB
7002.3060780936dd6f6a.js        | redngapps-client-administration-diagnosen-feature                                |  14.44 kB |                 3.35 kB
62.eb9d475413545e96.js          | redngapps-client-versichertenkarte-feature                                       |  11.73 kB |                 2.83 kB
6162.82d3fc4875bf4433.js        | redngapps-client-abrechnung-privatabrechnung-feature-shell                       |  11.61 kB |                 2.50 kB
5973.9c88b236f90a8361.js        | redngapps-client-newclient                                                       |  11.26 kB |                 2.61 kB
8146.eb356e55e33be21f.js        | redngapps-client-arbeitsplatz                                                    |  10.64 kB |                 2.17 kB
7065.f85d7508a22af286.js        | lib-krw-krw-devtools-module                                                      |  10.29 kB |                 2.40 kB
2107.9bbd9b511c6c9c08.js        | redngapps-red-pharma-choose-functions-feature                                    |   9.89 kB |                 2.02 kB
2991.79765d553cad9a34.js        | terminal-registration-terminal-registration-module                               |   9.30 kB |                 2.81 kB
9021.31cba5be3fdd0d88.js        | redngapps-red-pharma-bundle-validator-feature                                    |   7.30 kB |                 2.31 kB
6579.98a6374692d14f60.js        | setup-setup-module                                                               |   4.77 kB |                 1.71 kB
8206.ef78b8fded00cdcc.js        | redngapps-red-pharma-feature-shell                                               |   3.86 kB |                 1.41 kB
237.6d2610f939a9e40a.js         | redngapps-client-administration-feature                                          |   3.27 kB |               840 bytes
4019.43c25220a58b1eac.js        | redngapps-red-pharma-arzneimittelrecherche-feature                               |   2.70 kB |                 1.03 kB
7684.3ca0a92c3fa17079.js        | erezept-settings-erezept-settings-module                                         |   2.47 kB |               926 bytes
8039.3a4a13ec36350a6a.js        | redngapps-client-abrechnung-feature-shell                                        | 726 bytes |               415 bytes
760.71cfc98db73b44c8.js         | temporaerer-kostentraeger-viewer-temporaerer-kostentraeger-viewer-module         | 628 bytes |               298 bytes
2163.555927fcd2344052.js        | icd-diagnose-viewer-icd-diagnose-viewer-module                                   | 628 bytes |               294 bytes
2327.0493b85e9e87c826.js        | payer-viewer-payer-viewer-module                                                 | 628 bytes |               295 bytes
6400.0c7499a382e92f33.js        | ops-viewer-ops-viewer-module                                                     | 628 bytes |               299 bytes
8002.82f9a1c2722810be.js        | accident-payer-viewer-accident-payer-viewer-module                               | 628 bytes |               295 bytes
8407.0fef66d15b52e98e.js        | ebm-viewer-ebm-viewer-module                                                     | 628 bytes |               296 bytes
1253.5f28c51bd2fd292f.js        | client-newclient-src-app-feature-episode-episode-standalone-module               | 557 bytes |               346 bytes
6649.56e2d623602d20cf.js        | client-newclient-src-app-feature-psychotherapie-psychotherapie-standalone-module | 518 bytes |               327 bytes
8664.f093f1885100cbc9.js        | lib-ti-ti-devtools-module                                                        | 473 bytes |               296 bytes

Build at: 2022-05-20T09:17:01.841Z - Hash: 484b9e045851f22f - Time: 3999526ms

 >  NX   Successfully ran target build for project client

I've left out the 3 thousand lines of ModuleConcatenation bailout: Cannot concat with ...

JohnnyDevNull commented 2 years ago

@clydin & @alan-agius4 i've uploaded the Angular 13 build log and cpu profile. Maybe this helps a bit more.

Filename: 2022-05-20-build-logs-dev-cpu.zip

alan-agius4 commented 2 years ago

Hi @JohnnyDevNull,

Can you please try to install a snapshot version of @angular-devkit-build-angular that contains some additional logging information.

npm install git+https://github.com/angular/angular-devkit-build-angular-builds.git#3a18be94059a2d0300782ec671540001412763b3

Note: this requires Angular version 13.

JohnnyDevNull commented 2 years ago

Hi @alan-agius4,

i've uploaded a new log bundle: 2022-05-24-build-logs-dev-cpu.zip

alan-agius4 commented 2 years ago

Interesting.


LOG from build-angular.JavaScriptOptimizerPlugin
<t> optimize asset: 2163.fd6edfd18d21ddd3.js: 419.3225 ms
<t> optimize asset: 6400.5a6fd9fdc4b7923e.js: 417.3698 ms
<t> optimize asset: 760.d3012ce1f95e8f39.js: 417.3369 ms
<t> optimize asset: 8407.547b7b5baee77a74.js: 418.978 ms
<t> optimize asset: 2327.dbb7017f67bf5283.js: 432.3252 ms
<t> optimize asset: 8002.d47607487f884f6a.js: 434.1898 ms
<t> optimize asset: 8664.72b16ce954f79180.js: 442.0255 ms
<t> optimize asset: 8039.ef86bf852b390455.js: 449.7359 ms
<t> optimize asset: 6649.a7bd564e5ca07cb4.js: 459.1716 ms
<t> optimize asset: 1253.9432af68f7b52ad1.js: 463.5742 ms
<t> optimize asset: 7684.26e61845e2835e80.js: 500.5092 ms
<t> optimize asset: 4019.6393fd76f6a5ad9a.js: 523.8271 ms
<t> optimize asset: 237.7f0f36d2e0323142.js: 526.0312 ms
<t> optimize asset: 8206.e9e57b0ec504473e.js: 571.2091 ms
<t> optimize asset: 6579.ed9fc9ccae6454c8.js: 613.1922 ms
<t> optimize asset: 9021.9d9b54e6042241dc.js: 623.5439 ms
<t> optimize asset: 2107.9d64b07dce7785d5.js: 650.4898 ms
<t> optimize asset: 7065.b142bd57f2a87f3d.js: 683.4969 ms
<t> optimize asset: 2991.e681044c1ff9ff2d.js: 764.1425 ms
<t> optimize asset: runtime.90ff9530243ba0d3.js: 793.1042 ms
<t> optimize asset: 7078.9c28b29944455749.js: 867.4952 ms
<t> optimize asset: 7585.b44193e9fd57ea2a.js: 873.6758 ms
<t> optimize asset: 5366.d6f47999fa6e8001.js: 954.4454 ms
<t> optimize asset: 7002.7066147d55ee3f7e.js: 992.5871 ms
<t> optimize asset: 8146.baad9778cc68b650.js: 1004.9541 ms
<t> optimize asset: 417.5ac5e6026a3f664f.js: 1007.3284 ms
<t> optimize asset: 6162.2eee5f7c16be2e9f.js: 1129.4281 ms
<t> optimize asset: 5320.313106f478d74c50.js: 1189.8097 ms
<t> optimize asset: 3309.7d4ff19b0daecbff.js: 1189.8374 ms
<t> optimize asset: 8325.8b2d104d5afd8b30.js: 1198.6866 ms
<t> optimize asset: 8006.bcbfddb7b38a5a89.js: 1263.1503 ms
<t> optimize asset: 5973.4fa280b980c44fba.js: 1368.9225999999999 ms
<t> optimize asset: 62.195e31d5a28ae9d5.js: 1416.8405 ms
<t> optimize asset: 1315.01c17d4c68405f6c.js: 1416.8626 ms
<t> optimize asset: 7353.226cccd1b1a96383.js: 1415.8932 ms
<t> optimize asset: 8471.bd2fe3bde805876a.js: 1793.6657 ms
<t> optimize asset: 9477.eea774aa3f13a111.js: 1793.7163 ms
<t> optimize asset: 5153.897ea9a9de42bc8b.js: 1793.7422000000001 ms
<t> optimize asset: 5018.4975fdca8e21fbd2.js: 1798.0709000000002 ms
<t> optimize asset: 4779.80dfa0649a3a7122.js: 2039.915 ms
<t> optimize asset: 2277.342a0150c52928b5.js: 2055.9687 ms
<t> optimize asset: 2190.57867ceee1945add.js: 2071.7793 ms
<t> optimize asset: 8918.54b5ff18cd463b35.js: 2211.2847 ms
<t> optimize asset: 8788.49a8a8b55513ecf9.js: 2333.4948 ms
<t> optimize asset: 5489.a0f7ec2ba8f7427d.js: 2375.6468 ms
<t> optimize asset: 7711.08c3607bb1f50792.js: 2407.0016 ms
<t> optimize asset: 3528.266a3f49f58f6fa4.js: 2488.5378 ms
<t> optimize asset: 5816.40b45345fd4b9cc4.js: 2579.3832 ms
<t> optimize asset: 8563.a5fd04bd254fa477.js: 2686.5290999999997 ms
<t> optimize asset: 7746.3db47146d862fc6e.js: 2725.1538 ms
<t> optimize asset: 7229.82c8c239c4ee4516.js: 2800.3779 ms
<t> optimize asset: 5318.d475c3602831fccb.js: 2936.8559999999998 ms
<t> optimize asset: 2633.dae88a4bfa4de1fb.js: 3008.31 ms
<t> optimize asset: 8087.725ad915be9b59d0.js: 3096.9405 ms
<t> optimize asset: 3331.dc05e94d132b5f1d.js: 3216.9356 ms
<t> optimize asset: 8128.fe77518e656317c8.js: 3277.6424 ms
<t> optimize asset: 9274.76ee202ded840016.js: 3288.796 ms
<t> optimize asset: 931.d3c1ced18d99454a.js: 3402.3457 ms
<t> optimize asset: 8793.bf9ac42e09b015e5.js: 3521.2527 ms
<t> optimize asset: 4183.fe3e7ada62178dc0.js: 3586.948 ms
<t> optimize asset: 925.b02b24ce110edc95.js: 3726.6689 ms
<t> optimize asset: 4077.8055e446d3546068.js: 3944.42 ms
<t> optimize asset: 5524.2bc5c1a25e8dc837.js: 3965.6991 ms
<t> optimize asset: polyfills.ba572d785bde04f2.js: 3993.5629 ms
<t> optimize asset: 9400.553c0a8c518e9909.js: 4232.9369 ms
<t> optimize asset: 8187.7824102ece9190b6.js: 4417.5104 ms
<t> optimize asset: 7415.5c046bebc1551379.js: 4630.0656 ms
<t> optimize asset: 7580.5025cf0de74bc036.js: 4640.8273 ms
<t> optimize asset: common.9ed27e6bdfc140d5.js: 4747.829 ms
<t> optimize asset: 2841.8f642fc7d2f75193.js: 5365.0632 ms
<t> optimize asset: 8491.9dd634c95168df67.js: 5556.8022 ms
<t> optimize asset: scripts.9c683d9b7a01a1d5.js: 5742.0228 ms
<t> optimize asset: 3435.e668d176a3b29520.js: 5760.9635 ms
<t> optimize asset: 9283.6d0dd22677f875b1.js: 6666.722 ms
<t> optimize asset: 9452.3a98d779915982fe.js: 6741.8437 ms
<t> optimize asset: 7873.5b9be67fc068c78f.js: 7318.7258 ms
<t> optimize asset: 8093.f9eff92a47f11082.js: 7883.4223 ms
<t> optimize asset: 7799.e6c2fdbb25cc66fd.js: 8568.818 ms
<t> optimize asset: 7855.beda2f06108ee7d4.js: 8911.306199999999 ms
<t> optimize asset: 4335.976d880dd22c7380.js: 12012.5912 ms
<t> optimize asset: 6036.729e115f7efbf41a.js: 13025.4046 ms
<t> optimize asset: main.5576f53851c76dc6.js: 18041.229 ms
<t> optimize asset: 454.5c1fcc61e718a65a.js: 19212.5971 ms
<t> optimize asset: pdfjsWorker.faea61f0bb0dde48.js: 19900.7843 ms
<t> optimize asset: 2762.2dba6a6c2b7467cf.js: 21967.3765 ms
<t> optimize asset: 8285.3229dce08a9c7926.js: 27848.8586 ms
<t> optimize asset: vendor.c0731959f904fef0.js: 33552.4478 ms
<t> optimize js assets: 46405.8679 ms

LOG from build-angular.CssOptimizerPlugin
<t> optimize asset: styles.915d4291eeaafee5.css: 96.2236 ms
<t> optimize css assets: 112.4902 ms

From the above logs I can see that JS optimization took 46.4 seconds and CSS optimizations took 112.4902ms.

JohnnyDevNull commented 2 years ago

Hi @alan-agius4,

i've set the namedChunks to true to maybe get a better view of the situation and yes this build times looking not problematic at this point.

The thing i cannot figure out is why the process is idling over 1 our. It seems that something is blocking the node process. And it does not matter if it runs on TeamCity, my MacBook Pro or on a Windows machine. On every environment the build runs longer than 1 hour and all the cpu profiles are most of the time idling.

Do you have any idea to figure out why this happens?

For example:

Bildschirmfoto 2022-05-25 um 10 15 32

alan-agius4 commented 2 years ago

Not sure what is happening your project, the CPU profiles and logs didn't provide any information about possible causes on what is causing the long idle time.

Unfortunately, to investigate this issue further we'd need a reproduction.

JohnnyDevNull commented 2 years ago

@alan-agius4 well i'll try to reproduce it and am going to dive a little bit deeper into the @nrwl/cli to figure out where the problem is. I let you know when i can tell something more.

EDIT: Thank you very much for your investigation and time!

JohnnyDevNull commented 2 years ago

Well thank you for your time and investigation into this problem @clydin & @alan-agius4 We are going the cleanup the circular dependencies and check commonjs dependencies first before we can tell something more.

So for this issue i close it and re-open a new one if there is something specific rising up belonging to the angular cli.

angular-automatic-lock-bot[bot] commented 2 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.