-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for file contents from other esbuild plugins #52
Conversation
I've updated the test. I realised I was going to have to pretty much write mdx-bundler just to run a test with |
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.
all looks good except that one suggestion!
Released in 1.11! Thanks @Arcath! |
As discussed in kentcdodds/mdx-bundler#45 this allows the esbuild plugin to accept file contents either from the disk or from
pluginData.contents
. OurinMemory
plugin will use this to pass mdx content over that doesn't exist on the disk.