react-ionicons icon indicating copy to clipboard operation
react-ionicons copied to clipboard

Every icon is emitting ENOENT on webpack

Open Delph opened this issue 3 years ago • 1 comments

Set this up for a project and I'm getting this spammed into my console for every single icon it seems;

WARNING in ./node_modules/react-ionicons/lib/WomanSharp.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'node_modules/react-ionicons/lib/WomanSharp.js.map' file: Error: ENOENT: no such file or directory, open 'node_modules/react-ionicons/lib/WomanSharp.js.map'

Standard create-react-app with TypeScript template. React 17.0.2, react-ionicons 4.2.0

Delph avatar Jul 08 '22 09:07 Delph

Yes, it seems silly, but this spam is currently leading me to remove react-ionicons from our project. It's usage precedes me and this spam is adding too much noise. Can't anything be done?

kublerjeff avatar Sep 28 '23 21:09 kublerjeff