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
Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
What I tried to do is creating babel.config.js with
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I try the example with-yarn-workspaces and it works well.
I also added TypeScript and CSS modules.
When I tried to add inline-react-svg (inspired by svg-components example) I get the problem of
What I tried to do is creating
babel.config.js
withI want tohave the ability to write
How to config it right?
Beta Was this translation helpful? Give feedback.
All reactions