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
In an attempt to reproduce this error, I cloned the webpack-bootstrap repo and then ran "npm install". After this, I was able to navigate to the index page with no problems.
Try deleting the node_modules folder and reinstalling them again (follow the instruction on the repo's front page).
When I build project and open
index.html
file, I get error:GET file:///bundle.js net::ERR_FILE_NOT_FOUND
I tried to comment line
<base href="/">
inindex.html
and thenbundle.js
is loaded, but get error:Uncaught Error: [HMR] Hot Module Replacement is disabled.
The text was updated successfully, but these errors were encountered: