Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ WARNING in ./compat/utf-8/index.jsx
WARNING in ./compat/utf-8/index.jsx
⚠ ModuleWarning: DEPRECATED: old JSXElementName "Text" is changed to "text" (from: <PROJECT_ROOT>/packages/webpack/react-webpack-plugin/lib/loaders/background.js??ruleSet[1].rules[0].use[1])
at Object.backgroundLoader (file://<PROJECT_ROOT>/packages/webpack/react-webpack-plugin/src/loaders/background.ts:<LINE:COLUMN>)
at LOADER_EXECUTION (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runSyncOrAsync2 (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at <PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>
at node:internal/util:<LINE:COLUMN>
at new Promise (<anonymous>)
at runSyncOrAsync2 (node:internal/util:<LINE:COLUMN>)
at node:internal/util:<LINE:COLUMN>
at isomorphoicRun (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runLoaders (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ ERROR in ./jsx/component/index.jsx
× Module build failed:
╰─▶ × Error: react-transform failed
at Object.backgroundLoader (file://<PROJECT_ROOT>/packages/webpack/react-webpack-plugin/src/loaders/background.ts:<LINE:COLUMN>)
at LOADER_EXECUTION (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runSyncOrAsync2 (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at <PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>
at node:internal/util:<LINE:COLUMN>
at new Promise (<anonymous>)
at runSyncOrAsync2 (node:internal/util:<LINE:COLUMN>)
at node:internal/util:<LINE:COLUMN>
at isomorphoicRun (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runLoaders (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ ERROR in ./jsx/namespace-name/index.jsx
× Module build failed:
╰─▶ × Error: react-transform failed
at Object.backgroundLoader (file://<PROJECT_ROOT>/packages/webpack/react-webpack-plugin/src/loaders/background.ts:<LINE:COLUMN>)
at LOADER_EXECUTION (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runSyncOrAsync2 (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at <PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>
at node:internal/util:<LINE:COLUMN>
at new Promise (<anonymous>)
at runSyncOrAsync2 (node:internal/util:<LINE:COLUMN>)
at node:internal/util:<LINE:COLUMN>
at isomorphoicRun (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runLoaders (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ ERROR in ./module-build-failed/errors/invalid.js
× Module build failed:
╰─▶ × Error: react-transform failed
at Object.backgroundLoader (file://<PROJECT_ROOT>/packages/webpack/react-webpack-plugin/src/loaders/background.ts:<LINE:COLUMN>)
at LOADER_EXECUTION (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runSyncOrAsync2 (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at <PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>
at node:internal/util:<LINE:COLUMN>
at new Promise (<anonymous>)
at runSyncOrAsync2 (node:internal/util:<LINE:COLUMN>)
at node:internal/util:<LINE:COLUMN>
at isomorphoicRun (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)
at runLoaders (<PROJECT_ROOT>/node_modules/<PNPM_INNER>/@rspack/core/dist/index.js:<LINE:COLUMN>)

Expand Down
Loading