mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-23 08:00:37 +03:00
add debounce and updating options
This commit is contained in:
@@ -268,7 +268,7 @@ const rollupConfig = (config = {}, { project = process.cwd(), overwrite = {}, si
|
||||
plugins: [
|
||||
...(output.plugins || []),
|
||||
rollupTerser({
|
||||
ecma: 8,
|
||||
ecma: esm ? 2015 : 5,
|
||||
safari10: true,
|
||||
mangle: {
|
||||
safari10: true,
|
||||
|
||||
Reference in New Issue
Block a user