Skip to content

Commit

Permalink
webpack target node '6.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed May 31, 2017
1 parent e08496d commit 054950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.base.js
Expand Up @@ -60,7 +60,7 @@ export const nodeConfig = () => {
presets: [
['env', {
'targets': {
'node': 4.2
'node': '6.9'
}
}]
]
Expand Down

0 comments on commit 054950e

Please sign in to comment.