Skip to content

Commit 20a704f

Browse files
authored
fix(build): enable safari10 option for terser (#2472)
fix #2470
1 parent eaf8a67 commit 20a704f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ function createMinifiedConfig(format) {
259259
compress: {
260260
ecma: 2015,
261261
pure_getters: true
262-
}
262+
},
263+
safari10: true
263264
})
264265
]
265266
)

0 commit comments

Comments
 (0)