Release v21.064 (from f0bc1e45)

Fixes tradingview/charting_library#6237
Fixes tradingview/charting_library#6543
This commit is contained in:
jenkins@nwork.local
2022-03-17 12:24:26 +00:00
parent 3ba86a7da7
commit 243978127e
583 changed files with 1816 additions and 1856 deletions

View File

@@ -17,8 +17,7 @@ export default [
plugins: [
nodeResolve(),
!isDevelopmentEnv && terser({
ecma: 2017,
safari10: true,
ecma: 2018,
output: { inline_script: true },
}),
],