use standard polyfills (only tested with esm)

This commit is contained in:
jfh
2020-08-09 18:33:17 +02:00
parent ff98330ddf
commit 842f59b6c1
21 changed files with 57243 additions and 3282 deletions

View File

@@ -18,6 +18,10 @@ For default config and extensions (and available options) available to
`setConfig()`, see the file `docs/tutorials/ConfigOptions.md`
*/
// eslint-disable-next-line node/file-extension-in-import
import 'core-js/stable';
// eslint-disable-next-line node/file-extension-in-import
import 'regenerator-runtime/runtime';
import svgEditor from './svgedit.js';
// URL OVERRIDE CONFIG