summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2021-06-13 22:39:18 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2021-06-13 22:39:18 +0200
commit34062cfa7731ab0c0d1df94b931fede0c57f1f09 (patch)
tree25048be424b0d78708c4dc026696e090379c4252 /.config
parent530f3755991149827974c1ecfa0ca046e9b653b8 (diff)
downloadsvg.js-34062cfa7731ab0c0d1df94b931fede0c57f1f09.tar.gz
svg.js-34062cfa7731ab0c0d1df94b931fede0c57f1f09.zip
fix group move bug when group contains elements without dimensions, update deps
Diffstat (limited to '.config')
-rw-r--r--.config/rollup.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rollup.config.js b/.config/rollup.config.js
index bcbab0c..91ab2cd 100644
--- a/.config/rollup.config.js
+++ b/.config/rollup.config.js
@@ -29,7 +29,7 @@ const getBabelConfig = (node = false) => {
corejs: 3,
helpers: true,
useESModules: true,
- version: "^7.9.6",
+ version: "^7.14.5",
regenerator: false
}]
]
@@ -121,7 +121,7 @@ const config = (node, min, esm = false) => ({
}
})
],
- //external: ['@babel/runtime', '@babel/runtime-corejs3']
+ // external: [/@babel\/runtime/, /@babel\/runtime-corejs3/]//['@babel/runtime', '@babel/runtime-corejs3']
})
// [node, minified, esm]