Skip to content

Conversation

@severo
Copy link
Contributor

@severo severo commented Nov 12, 2024

The app build fails because of the ES worker's import, which is specific to Vite: https://github.com/hyparam/hyperparam-cli/actions/runs/11796608465/job/32858836715?pr=37

The exported ES modules in packages/components should inline the worker, or depend on it in a standard way.

The solution in this PR is to only distribute the bundled ES code (which includes the inlined worker), not the individual JS files.

it should fail for the app
@severo severo changed the title try to build in the CI Check if the builds work + fix the worker import Nov 12, 2024
@severo severo marked this pull request as ready for review November 12, 2024 13:35
@severo severo merged commit 02d9477 into master Nov 12, 2024
@severo severo deleted the fix-app-build branch November 12, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants