-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Help WantedResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Description
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", "*"]]
Metadata
Metadata
Assignees
Labels
Help WantedResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team