UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

9 lines (7 loc) 241 B
// Needed for redux-saga es6 generator support // If polyfill is already defined in the application we should not import it if (!window._babelPolyfill) { import('babel-polyfill').then(() => import('./app')); } else { import('./app'); }