-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with esbuild #6993
Build with esbuild #6993
Conversation
@@ -0,0 +1 @@ | |||
export * from './RichTextInput'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breaking change as we now have a named export. However, we plan to replace this input with the tiptap version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try it and builds everything without problem, even though I don't see an important improvement in time
Only completely silent = only errors |
sounds good to me |
I haven't noticed any difference in the build output for the demo. I checked its bundle analysis and tree shaking seems to work fine