You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the babel inlined ReactToastify.css from react-toastify could use the ReactToastify.css.map being added to the courier-toast dist.
react-scripts start
Compiled with warnings.
Failed to parse source map from '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/Toast/ReactToastify.css.map' file: Error: ENOENT: no such file or directory, open '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/Toast/ReactToastify.css.map'
Failed to parse source map from '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/ReactToastify.css.map' file: Error: ENOENT: no such file or directory, open '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/ReactToastify.css.map'
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
WARNING in ./node_modules/@trycourier/react-toast/dist/components/Toast/index.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/Toast/ReactToastify.css.map' file: Error: ENOENT: no such file or directory, open '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/Toast/ReactToastify.css.map'
WARNING in ./node_modules/@trycourier/react-toast/dist/components/index.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/ReactToastify.css.map' file: Error: ENOENT: no such file or directory, open '/Users/kevin/perkup-app/node_modules/@trycourier/react-toast/dist/components/ReactToastify.css.map'
temporary workaround
GENERATE_SOURCEMAP=false react-scripts start
The text was updated successfully, but these errors were encountered:
It seems like the babel inlined
ReactToastify.css
fromreact-toastify
could use the ReactToastify.css.map being added to thecourier-toast
dist.react-scripts start
temporary workaround
The text was updated successfully, but these errors were encountered: