diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-06-14 00:53:51 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2021-06-14 00:53:51 +0200 |
commit | 3397aaf37e52016904c3eb41117bf71a6ef0645c (patch) | |
tree | 30a6d8d67fe95b1e605f7fb4735d63e99053ec7d /.config/rollup.polyfills.js | |
parent | 0e2833b4f2f51278d6e405c95461aa797fe783de (diff) | |
download | svg.js-3397aaf37e52016904c3eb41117bf71a6ef0645c.tar.gz svg.js-3397aaf37e52016904c3eb41117bf71a6ef0645c.zip |
Release 3.1.03.1.0
Diffstat (limited to '.config/rollup.polyfills.js')
-rw-r--r-- | .config/rollup.polyfills.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/rollup.polyfills.js b/.config/rollup.polyfills.js index f089ceb..9fdfbfd 100644 --- a/.config/rollup.polyfills.js +++ b/.config/rollup.polyfills.js @@ -1,6 +1,5 @@ import resolve from '@rollup/plugin-node-resolve' import commonjs from '@rollup/plugin-commonjs' -import { terser } from 'rollup-plugin-terser' import filesize from 'rollup-plugin-filesize' // We dont need babel. All polyfills are compatible |