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
When using devtool: 'eval', webpack displays the full resolved path with all loaders. /replaceCreateClass.js gets added for react-hot-loader which is irrelevant for the user and makes it unnecessarily long, perhaps it cannot be (easily) avoided, but I wanted to float it anyway. :)
When using
devtool: 'eval'
, webpack displays the full resolved path with all loaders./replaceCreateClass.js
gets added for react-hot-loader which is irrelevant for the user and makes it unnecessarily long, perhaps it cannot be (easily) avoided, but I wanted to float it anyway. :)MyFile.js?./~/react-hot-loader/replaceCreateClass.js!./~/jsx-loader?harmony:68
The text was updated successfully, but these errors were encountered: