FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Simplify webpack-fluid-loader's webpack config

Open CraigMacomber opened this issue 1 year ago • 0 comments

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.

CraigMacomber avatar May 07 '24 00:05 CraigMacomber