Unknown plugin "styled-jsx/babel" specified in "base" at 1解决方案

Error
Module build failed (from ./node_modules/babel-loader/lib/index.js):
ReferenceError: Unknown plugin "styled-jsx/babel" specified in "base" at 1, attempted to resolve relative to "D:\\zbyProject\\project-content\\demo\\src"
    at D:\zbyProject\project-content\node_modules\babel-core\lib\transformation\file\options\option-manager.js:180:17
    at Array.map ()
    at Function.normalisePlugins (D:\zbyProject\project-content\node_modules\babel-core\lib\transformation\file\options\option-manager.js:158:20)
    at OptionManager.mergeOptions (D:\zbyProject\project-content\node_modules\babel-core\lib\transformation\file\options\option-manager.js:234:36)
    at OptionManager.init (D:\zbyProject\project-content\node_modules\babel-core\lib\transformation\file\options\option-manager.js:368:12)

 

解决方案:

npm install styled-jsx

你可能感兴趣的:(web问题解决)