ember-cli-deprecation-workflow
ember-cli-deprecation-workflow copied to clipboard
Prevent eval time deprecations from vendor.
Since we are putting our deprecation polyfill and workflow handlers into the my-app.js
, any deprecations triggered while evaluating vendor.js
are still logged to the console.
- [ ] Figure out how to move the ember-debug-handlers-polyfill to just after Ember loads
- [ ] Add
config/deprecation-workflow.js
to the beginning ofvendor.js
(viacontentFor('vendor-prefix')
instead ofcontentFor('app-prefix')
).