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 was using ES6 modules and after a lot of searching found that module.hot was called import.meta.webpackHot. So I added this to my entry file and I didn't get the error anymore.
if (import.meta.webpackHot) {
import.meta.webpackHot.accept();
}
I am getting this error
This is my routes.js
webpack: 3.6.0
webpack-dev-middleware: 1.10.2
webpack-hot-middleware: 2.21.2
The text was updated successfully, but these errors were encountered: