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 828de36 commit a6337d4
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 @@ -420,7 +420,7 @@ module.exports = {
};

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

0 comments on commit a6337d4

Please sign in to comment.