Skip to content

Commit

Permalink
fix(build): enable safari10 option for terser (#2472)
Browse files Browse the repository at this point in the history
fix #2470
  • Loading branch information
Justineo authored Dec 2, 2020
1 parent eaf8a67 commit 20a704f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ function createMinifiedConfig(format) {
compress: {
ecma: 2015,
pure_getters: true
}
},
safari10: true
})
]
)
Expand Down

0 comments on commit 20a704f

Please sign in to comment.