Closed
Description
🐞 Bug report
Command (mark with an x
)
- [ ] new
- [x] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: last one.
Description
A clear and concise description of the problem...I have an existing project whose package.json had "zone.js": "^0.8.29" dependency. Looks like the switch to the evergreen version now requires ~.0.9.0
🔬 Minimal Reproduction
ng build --production with "zone.js": "^0.8.29" gives the following error.
ERROR in ./src/polyfills.ts
Module not found: Error: Can't resolve 'zone.js/dist/zone' in '/Users/jimoneill/WebstormProjects/commerce/src'
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?