简体   繁体   中英

Babel plugin not found

Babel is giving me this error Cannot find module 'babel-plugin-svg-sprite-loader '

This is my babel file.

    {
  "presets": ["next/babel"],
  "plugins": [
    ["styled-components", { "ssr": true, "displayName": false }],
    "inline-react-svg",
    "inline-import-data-uri",
    "svg-sprite-loader "
  ]
}

Any suggestions why I'm getting this error? I've already installed it

您在名称svg-sprite-loader有一个额外的空格

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM