-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AoT build hangs with freezing at bundling @firebase SDKs. #904
Comments
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
hello? any update there? |
@hiepxanh Haven’t get out from it. Did u find the same issue? |
ERROR in Cannot read property 'map' of undefined with |
@hiepxanh did u install the rxjs-compat? |
nope, I use rxjs 6 directly, however I remove everything and start again with new repository. everything is OK. with ng build --aot --prod |
cannot install your project |
@hiepxanh a latest version of node and npm should be used in the demo project. Thank you for your test. |
good to know that :) have a nice day |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
When building with angular cli using
ng build --prod
, the memory will increase to around 10.39GB and hangs in69% building modules 1404/1405 modules 1 active …es/@firebase/database/dist/index.cjs.js
Steps to reproduce:
You can use webpack or ng cli
ngcli:
ng build --prod
webpack:
cross-env BUILD_AOT=1 SOURCE_MAP=0 npm run webpack -- --config config/webpack.prod.js --mode production --progress --profile --bail
Relevant Code:
git clone git@github.com:vincent-cm/angular-starter-test.git
git checkout migrate-to-webpack4
run
npm run clean:install
npm run build:aot
The process will be stucked at building @firebase SDKs.
The text was updated successfully, but these errors were encountered: