Skip to content

Commit

Permalink
MERC-724: Use es2015 loose mode for ie10 scripts compatibility
Browse files Browse the repository at this point in the history
(cherry picked from commit fb75130)
  • Loading branch information
hegrec authored and Mick Ryan committed Jun 1, 2016
1 parent 7e07708 commit f6f2ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"babel-eslint": "4.1.0",
"babel-loader": "6.2.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"es6-shim": "0.35.0",
"eslint-config-airbnb": "^6.0.2",
"fastclick": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
query: {
compact: false,
cacheDirectory: true,
presets: ['es2015'],
presets: ['es2015-loose'],
}
}
]
Expand Down

0 comments on commit f6f2ec0

Please sign in to comment.