forked from slab/quill
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Preserve es modules in babel config (slab#4013)"
This reverts commit 5fa786c. Upstream merged a change that ships ESM directly, with no transformation through babel, and without marking the library as `"type": "module"` This breaks some of our Node.js tests, which (correctly) complain that Quill shouldn't be using `import` statements without declaring itself as an ESM library with `"type": "module"`. This change just reverts the break.
- Loading branch information
1 parent
ee90407
commit 01e17c2
Showing
3 changed files
with
2 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reedsy/quill", | ||
"version": "2.0.0-reedsy-5.0.1", | ||
"version": "2.0.0-reedsy-5.0.2", | ||
"description": "Your powerful, rich text editor", | ||
"author": "Jason Chen <[email protected]>", | ||
"homepage": "https://quilljs.com", | ||
|