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 not found: Error: You attempted to import /some-folder/node_modules/some-package/some-file.js
which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.
You can either move it inside src/, or add a symlink to it from project's node_modules/.
The text was updated successfully, but these errors were encountered:
After including the plugin like:
But CRA will throw:
The text was updated successfully, but these errors were encountered: