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
This issue has been resolved in the latest customize-cra at version 1.0. It is a breaking change, and you can follow the migration guide in #253 to fix the issue you were running into (you have to nest your configuration in the lessOptions object.
{
loader: require.resolve("less-loader"),
options: Object.assign(loaderOptions, {
source: shouldUseSourceMap
})
}
The text was updated successfully, but these errors were encountered: