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
I have a dependency in the App and the dependency loads the assets from /static/js path when integrated into the App. But since the files are not present it gives 404.
How can I serve those files from the above path?
Or is there any way to update __webpack_public_path__ so I can serve the assets from the correct path?
Here is the example in codesandbox.
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
-
I have a dependency in the App and the dependency loads the assets from

/static/js
path when integrated into the App. But since the files are not present it gives 404.How can I serve those files from the above path?
Or is there any way to update
__webpack_public_path__
so I can serve the assets from the correct path?Here is the example in codesandbox.
Beta Was this translation helpful? Give feedback.
All reactions