-
Notifications
You must be signed in to change notification settings - Fork 10.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
Cannot find module "wrappers/md" #43
Comments
Shouldn't this be a relative path |
The problem is we switched the wrappers to use .jsx and our babel-loader config is currently excluding modules passing the regex Trying now to fix the regex to not exclude Gatsby lib files. |
So it turns out you can use a function for the exclude check on loaders which proved a lot simpler than trying to write a gnarly regex that would only exclude the "right" Released a 0.4.3 with the fix. Thanks for the bug report! |
Also the reason things worked with cjsx/coffeescript before was their loaders don't exclude |
experimental mdx-deck support ======================= * [kitchen-sink] Switch away from gatsby-plugin-emotion (replace it with raw gatsby-ssr/browser) so we can avoid the babel plugin and use styled-components (a dependency of mdx-deck) on the same site * Introduce the .deck-mdx extension (highly experimental but works for now? I wanted .deck.mdx but couldn't get it to work) * [kitchen-sink] pages are now namespaced by filesystem source name (posts, slides, etc) to make it easier to identify when debugging TODO: - what cool stuff can we do for default components, default themes, custom themes, etc - can we integrate the "save pdf" workflow from mdx-deck? - more examples to fully test the integration
* Update README.md * Update 000-cli-redesign.md * Update 000-structured-logging.md * Update 0001-github-issue-labels.md * Update 0006-node-8-minimum-version.md
Steps to reproduce:
The text was updated successfully, but these errors were encountered: