🚀 Feature request
Command (mark with an x)
- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
- [x] eject
Description
Problem: ng eject being disabled to reduce learning curve, it is now an absolute hell to find the default angular webpack config (I still did not find it).
Describe the solution you'd like
Create a command to replace ng eject, but instead of ejecting the config, just print it out so that we can see the default behaviors and avoid breaking things when customizing webpack.
Describe alternatives you've considered
Spent quite a bunch of time trying to find the default webpack config in my node_modules folder, still don't know where it is.
🚀 Feature request
Command (mark with an
x)Description
Problem: ng eject being disabled to reduce learning curve, it is now an absolute hell to find the default angular webpack config (I still did not find it).
Describe the solution you'd like
Create a command to replace ng eject, but instead of ejecting the config, just print it out so that we can see the default behaviors and avoid breaking things when customizing webpack.
Describe alternatives you've considered
Spent quite a bunch of time trying to find the default webpack config in my node_modules folder, still don't know where it is.