- Build: Update copies of core-js-bundle and stackblur and other files per latest Rollup/Babel

- Build: Use new rollup/plugin-babel in other Rollup file
- npm: Update devDeps.
This commit is contained in:
Brett Zamir
2020-05-10 20:16:21 +08:00
parent 863b41bfcc
commit 850bf97fc1
9 changed files with 103 additions and 108 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-env node */
import babel from 'rollup-plugin-babel';
import babel from '@rollup/plugin-babel';
import replace from 'rollup-plugin-re';
const plugins = [
@@ -29,6 +29,7 @@ window.svgEditor.modules = false;
]
}),
babel({
babelHelpers: 'bundled',
plugins: ['transform-object-rest-spread']
})
];