fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

Perf app: investigate need for multiple Typescript loaders in Webpack config

Open spmonahan opened this issue 3 years ago • 0 comments

Currently we use multiple Webpack loaders to process .ts/tsx files in our performance application. We do this because FAST Web Components do not build properly with babel-loader so we conditionally load them with ts-loader. Using ts-loader allows Web Components to correctly build but it's not ideal as our Webpack config is more complex.

Investigate this issue with the goal of loading all code via babel-loader.

spmonahan avatar Aug 09 '22 15:08 spmonahan