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
Within v2, when a format that's passed is not passed as a multidimensional array, either validate the array and fire back a warning/error, or transform the array to a multidimensional array with a "*"
e.g. injectGlobalPaths: ["some-path/global.scss"]
Either errors or transforms into: injectGlobalPaths: [["some-path/global.scss", "*"]]
The text was updated successfully, but these errors were encountered:
Within v2, when a format that's passed is not passed as a multidimensional array, either validate the array and fire back a warning/error, or transform the array to a multidimensional array with a "*"
e.g.
injectGlobalPaths: ["some-path/global.scss"]
Either errors or transforms into:
injectGlobalPaths: [["some-path/global.scss", "*"]]
The text was updated successfully, but these errors were encountered: