UNPKG

@wepublish/editor

Version:
8 lines (7 loc) 216 B
/** * Polyfill stable language features. These imports will be optimized by `@babel/preset-env`. * * See: https://github.com/zloirock/core-js#babel */ import 'core-js/stable' import 'regenerator-runtime/runtime'