ember-cli-deprecation-workflow icon indicating copy to clipboard operation
ember-cli-deprecation-workflow copied to clipboard

Prevent eval time deprecations from vendor.

Open rwjblue opened this issue 9 years ago • 0 comments

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 of vendor.js (via contentFor('vendor-prefix') instead of contentFor('app-prefix')).

rwjblue avatar Jul 23 '15 13:07 rwjblue