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

Fix webpack missing exports warnings #1582

Merged
merged 3 commits into from
Jan 20, 2023
Merged

Fix webpack missing exports warnings #1582

merged 3 commits into from
Jan 20, 2023

Conversation

Janpot
Copy link
Member

@Janpot Janpot commented Jan 19, 2023

Running into this trying to build a new runtime with a build step for #1521

There have been a bunch of missing exports warnings in webpack release build. This PR turns those warnings into errors, and removes the missing default imports. I'm leaving them as comments for documentation purposes. Even though in general we avoid committing commented out code. This file is intended to become obsolete anyway once a build step is introduced.

@oliviertassinari oliviertassinari requested a deployment to webpack-warnings - toolpad-db PR #1582 January 19, 2023 09:56 — with Render Abandoned
@Janpot Janpot added the core Infrastructure work going on behind the scenes label Jan 19, 2023
Signed-off-by: Jan Potoms <[email protected]>
@oliviertassinari oliviertassinari temporarily deployed to webpack-warnings - toolpad PR #1582 January 19, 2023 10:12 — with Render Destroyed
@Janpot Janpot merged commit b4da304 into master Jan 20, 2023
@Janpot Janpot deleted the webpack-warnings branch January 20, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants