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
Modded original Root.js and index.js to .jsx files. Got an error message:
ERROR in multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server babel-polyfill react-hot-loader/patch ./src/index
Module not found: Error: Can't resolve './src/index' in '/Users/aero/Documents/Work/react-hot-loader-minimal-boilerplate'
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server babel-polyfill react-hot-loader/patch ./src/index
The text was updated successfully, but these errors were encountered:
Modded webpack.config.js:
Modded original
Root.js
andindex.js
to.jsx
files. Got an error message:The text was updated successfully, but these errors were encountered: