Skip to content

Commit

Permalink
Node 6.4.0 will be the rollup node target because that is when ES6 Pr…
Browse files Browse the repository at this point in the history
…oxy support was added
  • Loading branch information
CMCDragonkai committed Nov 11, 2017
1 parent 259c532 commit e00a915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default [
['env', {
modules: false,
targets: {
node: '6.0.0'
node: '6.4.0'
}
}]
]
Expand Down Expand Up @@ -61,7 +61,7 @@ export default [
['env', {
modules: false,
targets: {
node: '6.0.0'
node: '6.4.0'
}
}]
]
Expand Down

0 comments on commit e00a915

Please sign in to comment.