- 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:
@@ -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']
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user