Skip to content

Commit

Permalink
Merge pull request #122 from kanongil/use-targets-fix
Browse files Browse the repository at this point in the history
Properly forward the browsers targets to ember-preset-env
  • Loading branch information
rwjblue authored Mar 21, 2017
2 parents d0a73bf + 805dfe5 commit 60d12de
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 @@ -199,7 +199,7 @@ module.exports = {
let browsers = targets && targets.browsers;
let presetOptions = Object.assign({}, options, {
modules: false,
browsers
targets: { browsers },
});

let presetEnvPlugins = this._presetEnv(null, presetOptions).plugins;
Expand Down

0 comments on commit 60d12de

Please sign in to comment.