We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ed774 commit 190a4e6Copy full SHA for 190a4e6
development/webpack/webpack.config.ts
@@ -343,11 +343,11 @@ const config = {
343
test: /\.(?:ts|mts|tsx)$/u,
344
exclude: NODE_MODULES_RE,
345
use: [
346
+ tsxLoader,
347
{
348
loader: reactCompilerLoader,
349
options: defineReactCompilerLoaderOption(reactCompilerOptions),
350
},
- tsxLoader,
351
codeFenceLoader,
352
],
353
@@ -356,11 +356,11 @@ const config = {
356
test: /\.(?:js|mjs|jsx)$/u,
357
358
359
+ jsxLoader,
360
361
362
363
- jsxLoader,
364
365
366
0 commit comments