devmod
devmod copied to clipboard
Devmod Reflect dep exists in client production builds
Issue Type
- [X] Bug
- [ ] Feature Request
- [ ] Improvement
Issue Description
Devmod does not work in production unless reflect polyfill is added.
Removing the following line in the polyfills for your application that uses devmod.
import 'core-js/es7/reflect';
Replication Steps
- Clone https://github.com/calebfroese/devmod/tree/replicate/prod-reflect-issue
-
npm install
-
ng serve -c production