-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optionally disable HTML parsing (#278)
* Add disableParsingRawHTML option to disable parsing raw html * Update README with usage of disableParsingRawHTML * Tests for inline JSX and overrides * Bump the allowed size by a few bytes to accommodate this change
- Loading branch information
Showing
4 changed files
with
158 additions
and
59 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ | |
"size-limit": [ | ||
{ | ||
"path": "dist/cjs.js", | ||
"limit": "5.25 kB" | ||
"limit": "5.28 kB" | ||
} | ||
], | ||
"jest": { | ||
|