Webpack documentation states that if the devtools option in webpack.config.js is set to a specific argument (I am using 'eval'), stack trace will locate the line at which the error occurs. My stack trace in console identifies the error "at WEBPACK_DEFAULT_EXPORT", which isn't helpful. Wondering if anyone has faced this same issue with webpack?
I am also receiving warnings for my source map in console, where it says the content cannot be loaded. "DevTools failed to load source map: Could not load content for..."