-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure nesting plugins can receive options (#7016)
* fix: options for nesting / nested plugins * add tests to ensure passing options to postcss plugin works Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
- Loading branch information
1 parent
bef3838
commit 8293c2d
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Node.js versions 13 and below seem to throw an
SyntaxError: Unexpected token '.'
error here from the use of optional chaining syntax.