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
ValidationError: Invalid options object. Less Loader has been initialized using an options object that does not match the API schema. options has an unknown property 'modifyVars'. These properties are valid: object { lessOptions?, prependData?, appendData?, sourceMap?, implementation? }
found the solution by passing lessOptions to addLessLoader method
After following steps from theme customizing article getting error
ValidationError: Invalid options object. Less Loader has been initialized using an options object that does not match the API schema. options has an unknown property 'modifyVars'. These properties are valid: object { lessOptions?, prependData?, appendData?, sourceMap?, implementation? }
found the solution by passing
lessOptions
toaddLessLoader
methodAs far as i understood it depends on the less-loader version. Please change this step in the docs with less-loader version mentioning.
The text was updated successfully, but these errors were encountered: