// Polyfills increases the bundle size significantly. Use it for NodeJS worker onlyimport'@loaders.gl/polyfills';
import {createLoaderWorker} from'@loaders.gl/loader-utils';
import {I3SContentLoader} from'../i3s-content-loader';
createLoaderWorker(I3SContentLoader);