Skip to content

Commit

Permalink
#6246 - Import indigo with EXPORT_ES6 & USE_ES6_IMPORT_META options (#…
Browse files Browse the repository at this point in the history
…6330)

- fixed build for esm base64 ketcher-standalone
  • Loading branch information
rrodionov91 authored and YatsekTest committed Jan 22, 2025
1 parent b48a03d commit b303c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ketcher-standalone/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const configWithWasmBase64 = {
...baseConfig.plugins,
replaceIndigoAlias('indigo-ketcher'),
useIndigoWorkerImport(INDIGO_WORKER_IMPORTS.WASM_LOADER),
OMT(),
configureWebWorkerLoader(),
],
};

Expand Down Expand Up @@ -161,7 +161,7 @@ const configBase64WithoutRender = {
...baseConfig.plugins,
replaceIndigoAlias('indigo-ketcher/jsNoRender'),
useIndigoWorkerImport(INDIGO_WORKER_IMPORTS.WASM_LOADER),
OMT(),
configureWebWorkerLoader(),
],
};

Expand Down

0 comments on commit b303c05

Please sign in to comment.