Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Jackson <me@rwjblue.com>
  • Loading branch information
bekzod and rwjblue authored Jun 15, 2019
1 parent a6337d4 commit ada1733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ module.exports = {

return [
[require.resolve('babel-plugin-debug-macros'), options1, '@ember/debug stripping'],
[require.resolve('babel-plugin-debug-macros'), options2, 'remove deprecated debug']
[require.resolve('babel-plugin-debug-macros'), options2, '@ember/application/deprecations stripping']
];
},

Expand Down

0 comments on commit ada1733

Please sign in to comment.