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

Simplify webpack-fluid-loader's webpack config #21004

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CraigMacomber
Copy link
Contributor

@CraigMacomber CraigMacomber commented May 7, 2024

Description

Simplify webpack-fluid-loader's webpack config. This modernizes it based off of the content in examples/utils/webpack-fluid-loader/src/defaultWebpackConfig.ts. No longer needed workarounds have been removed.

Reviewer Guidance

The review process is outlined on this wiki page.

Its unclear to me what this config is used for: It's hard coded into "development" and the package is in @fluid-example so I suspect its either just for testing, or just used by examples. Given that the bundle is generated into "dist", it seems like its only available in one of the two build configurations, which also makes me things its not actually used for anything other that testing if it can webpack without errors.

@github-actions github-actions bot added area: examples Changes that focus on our examples base: main PRs targeted against main branch labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: examples Changes that focus on our examples base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant