Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax fix in Inline matchResource example: "const match = STYLES_REGEXP.match(source);" is in the wrong order -> "const match = source.match(STYLES_REGEXP);" "require.resolve('./getStyle');" is missing the "s" to match with the file getStyles.js
- Loading branch information