Skip to content

Commit

Permalink
use target: { node: 4 } for buble config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 27, 2017
1 parent 8d1981f commit d779017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions rollup/rollup.config.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@ export default {
buble({
include: 'src/**',
exclude: 'src/shared/**',
transforms: {
arrow: false,
classes: false,
conciseMethodProperty: false,
templateString: false,
letConst: false,
numericLiteral: false
target: {
node: 4
}
})
],
Expand Down
9 changes: 2 additions & 7 deletions rollup/rollup.config.ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ export default {
buble({
include: 'src/**',
exclude: 'src/shared/**',
transforms: {
arrow: false,
classes: false,
conciseMethodProperty: false,
templateString: false,
letConst: false,
numericLiteral: false
target: {
node: 4
}
})
],
Expand Down

0 comments on commit d779017

Please sign in to comment.