diff --git a/packages/bundle-source/src/index.js b/packages/bundle-source/src/index.js index 5740c95a1ba..0fd4786abe6 100644 --- a/packages/bundle-source/src/index.js +++ b/packages/bundle-source/src/index.js @@ -15,7 +15,7 @@ import { SourceMapConsumer } from 'source-map'; import './types.js'; -const DEFAULT_MODULE_FORMAT = 'nestedEvaluate'; +const DEFAULT_MODULE_FORMAT = 'endoZipBase64'; const DEFAULT_FILE_PREFIX = '/bundled-source/...'; const SUPPORTED_FORMATS = ['getExport', 'nestedEvaluate', 'endoZipBase64'];