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
babel-loader uses the sourceMaps option alias of sourceMap which will cause a validation fail if a user tries to use the documented sourceMaps option (instead of the sourceMap alias) because it says both cannot be used.
babel-loader uses the
sourceMapsoption alias ofsourceMapwhich will cause a validation fail if a user tries to use the documentedsourceMapsoption (instead of thesourceMapalias) because it says both cannot be used.