Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building web-workers in the example app #280

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

MattCheely
Copy link
Collaborator

In order to enable the web-worker builds, ifc-cli was updated to be able to serve static files. This should also have some utility for users in being able to test/use pre-built client applications in ifc-cli.

This allows ifc-cli to serve static files in addition to acting as a proxy to a dev server, for
simpler client-embedding setups. We have also updated the example app to use this hosting in
conjunction with build changes that make it easier to build both an app js file and web workers for
future IFC features
// Load polyfills required for IE11
import "@babel/polyfill";
import "custom-event-polyfill";
import "url-polyfill";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also removed these old IE11 polyfills while I was working in these files

@katie-bobbe-genesys katie-bobbe-genesys merged commit 277559a into main Jan 16, 2025
1 check passed
@katie-bobbe-genesys katie-bobbe-genesys deleted the example-dev-server-improvements branch January 16, 2025 15:09
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.

3 participants