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
My styleguide in production sits inside a subfolder within my domain name, i.e. http://domain.tld/folder. This means that the generated index.html has the incorrect path that points at the generated JS file: <script src="build/bundle.68155630.js">. I would need to add folder to the path, so that it becomes: <script src="folder/build/bundle.68155630.js">.
Thanks
The text was updated successfully, but these errors were encountered:
My styleguide in production sits inside a subfolder within my domain name, i.e.
http://domain.tld/folder
. This means that the generatedindex.html
has the incorrect path that points at the generated JS file:<script src="build/bundle.68155630.js">
. I would need to addfolder
to the path, so that it becomes:<script src="folder/build/bundle.68155630.js">
.Thanks
The text was updated successfully, but these errors were encountered: