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
docs(guides): Fix Path in index.html after move to /dist (#1954)
If the ```<script>``` tag in```index.html``` has the ```src``` path```"dist/bundle.js"```
then when previewing ```index.html``` in the browser the follwing error is produced after the build: ... __/dist/dist/bundle.js net::ERR_FILE_NOT_FOUND__
Changing the ```src``` path to ```"bundle.js"``` in the ```<script>``` tag resolves the error and produces the desired result after the build.
0 commit comments