Unknown plugin "react-transform" in ./ClientApp/boot-client.tsx #776

Closed
opened 2025-08-09 17:17:38 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @aorlenko on 5/5/2017

I'm using reactredux AspNetCore spa template and out of the box after restoring dependencies, when running dotnet run command I have the following error:
ERROR in ./ClientApp/boot-client.tsx Module build failed: ReferenceError: Unknown plugin "react-transform" specified in "base" at 0, attempted to resolve relative to "D:\\projects\\dotnet_reactredux\\ClientApp" at D:\projects\dotnet_reactredux\node_modules\babel-ore\lib\transformation\file\options\option-manager.js:180:17 at Array.map (native) at Function.normalisePlugins (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\options\option-manager.js:158:20) at OptionManager.mergeOptions (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\options\option-manager.js:234:36) at OptionManager.init (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\options\option-manager.js:368:12) at File.initOptions (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\index.js:212:65) at new File (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\index.js:135:24) at Pipeline.transform (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\pipeline.js:46:16) at transpile (D:\projects\dotnet_reactredux\node_modules\babel-loader\lib\index.js:48:20) at Object.module.exports (D:\projects\dotnet_reactredux\node_modules\babel-loader\lib\index.js:163:20)@ multi event-source-polyfill webpack-hot-middleware/client?path=%2F__webpack_hmr ./ClientApp/boot-client.tsx

*Originally created by @aorlenko on 5/5/2017* I'm using reactredux AspNetCore spa template and out of the box after restoring dependencies, when running `dotnet run` command I have the following error: ` ERROR in ./ClientApp/boot-client.tsx Module build failed: ReferenceError: Unknown plugin "react-transform" specified in "base" at 0, attempted to resolve relative to "D:\\projects\\dotnet_reactredux\\ClientApp" at D:\projects\dotnet_reactredux\node_modules\babel-ore\lib\transformation\file\options\option-manager.js:180:17 at Array.map (native) at Function.normalisePlugins (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\options\option-manager.js:158:20) at OptionManager.mergeOptions (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\options\option-manager.js:234:36) at OptionManager.init (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\options\option-manager.js:368:12) at File.initOptions (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\index.js:212:65) at new File (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\file\index.js:135:24) at Pipeline.transform (D:\projects\dotnet_reactredux\node_modules\babel-core\lib\transformation\pipeline.js:46:16) at transpile (D:\projects\dotnet_reactredux\node_modules\babel-loader\lib\index.js:48:20) at Object.module.exports (D:\projects\dotnet_reactredux\node_modules\babel-loader\lib\index.js:163:20)@ multi event-source-polyfill webpack-hot-middleware/client?path=%2F__webpack_hmr ./ClientApp/boot-client.tsx`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#776
No description provided.