Guest User

Untitled

a guest
Apr 30th, 2024
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. ng build --verbose
  2. ⠹ Building...
  3.  
  4. polyfills-RT5I6R6G.js 33.1kb
  5.  
  6. Done in 167ms
  7.  
  8. polyfills.server.mjs 261.7kb
  9.  
  10. ⠦ Building...
  11. ● [DEBUG] Lookbehind assertions in regular expressions are not available in the configured target environment ("chrome123.0", "edge123.0", "firefox115.0", "ios16.0", "node20.9.0", "safari16.0" + 5 overrides) [unsupported-regexp]
  12.  
  13. node_modules/critters/dist/critters.mjs:1341:51:
  14. ⠧ Building...
  15. ~~~ ╵
  16.  
  17. This regular expression literal has been converted to a "new RegExp()" constructor to avoid
  18. generating code with a syntax error. However, you will need to include a polyfill for "RegExp" for
  19. your code to have the correct behavior at run-time.
  20.  
  21. ⠇ Building...
  22. [unsupported-regexp]
  23.  
  24. node_modules/critters/dist/critters.mjs:1399:30:
  25. 1399 │ sel = sel.replace(/(?<!\\)::?[a-z-]+(?![a-z-(])/gi, '').replace(/::?not\(\s*\)/g, '')
  26. ╵ ~~~
  27.  
  28. This regular expression literal has been converted to a "new RegExp()" constructor to avoid
  29. generating code with a syntax error. However, you will need to include a polyfill for "RegExp" for
  30. your code to have the correct behavior at run-time.
  31. ⠴ Building...
  32. ● [DEBUG] Top-level "this" will be replaced with undefined since this file is an ECMAScript module [this-is-undefined-in-esm]
  33.  
  34. node_modules/@angular/fire/fesm2022/angular-fire.mjs:180:16:
  35. 180 │ const _this = this;
  36. │ ~~~~
  37. ╵ undefined
  38.  
  39. This file is considered to be an ECMAScript module because of the "export" keyword here:
  40.  
  41. node_modules/@angular/fire/fesm2022/angular-fire.mjs:248:0:
  42. 248 │ export { VERSION, keepUnstableUntilFirst, observeInsideAngular, observeOutsideAngular, ɵAPP_CHECK_PROVIDER_NAME, ɵA...
  43. ╵ ~~~~~~
  44. ⠙ Building...
  45. ● [DEBUG] Top-level "this" will be replaced with undefined since this file is an ECMAScript module [this-is-undefined-in-esm]
  46.  
  47. node_modules/@angular/fire/fesm2022/angular-fire.mjs:180:16:
  48. 180 │ const _this = this;
  49. │ ~~~~
  50. ╵ undefined
  51.  
  52. This file is considered to be an ECMAScript module because of the "export" keyword here:
  53.  
  54. node_modules/@angular/fire/fesm2022/angular-fire.mjs:248:0:
  55. ~~~~~~⠹ Building...
  56.  
  57. ⠹ Building...
  58. ● [DEBUG] This call to "require" will not be bundled because the argument is not a string literal [unsupported-require-call]
  59.  
  60. node_modules/express/lib/view.js:72:13:
  61. 72 │ var fn = require(mod).__express;
  62. ╵ ~~~~~~~
  63. ⠴ Building...
  64.  
  65. main-PZUBASYG.js 584.6kb
  66. chunk-PINX5G4F.js 151.9kb
  67. chunk-DOPHSTMJ.js 62.2kb
  68.  
  69. ⠼ Building...
  70.  
  71. server.mjs 1.1mb
  72. chunk-SEVSWVXV.mjs 903.4kb
  73. chunk-QM4LVGZU.mjs 345.5kb
  74. chunk-VD4G6FPL.mjs 226.6kb
  75. chunk-Q47SVSXD.mjs 11.8kb
  76. ...and 4 more output files...
  77.  
  78. ⠴ Building...
Advertisement
Add Comment
Please, Sign In to add comment