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
Some external packages is not working with react-scripts 2 after ejecting. For example "material-design-icons".
There is error that I'm trying to import files that outside of src folder. So I removed ModuleScopePlugin from webpack config, but it gave a new error: can't resolve url "../../..examle.icon". I tried to use "resolve-url-loader" but no success.
Can you provide any suggestion how to handle this?
The text was updated successfully, but these errors were encountered:
Sorry, but we can't supply support if you've ejected and touched any configuration. If you're able to reproduce this without editing a single file after eject, feel free to tell us.
Otherwise, good luck! You can probably try stack overflow for some help.
Some external packages is not working with react-scripts 2 after ejecting. For example "material-design-icons".
There is error that I'm trying to import files that outside of src folder. So I removed ModuleScopePlugin from webpack config, but it gave a new error: can't resolve url "../../..examle.icon". I tried to use "resolve-url-loader" but no success.
Can you provide any suggestion how to handle this?
The text was updated successfully, but these errors were encountered: