You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Attempting to use a custom file matching pattern to only process
.mdxfiles and ignore.jsbut not having any luck.I've added:
export const files = require.context('.', true, /\.mdx$/, 'lazy')To the root level
index.mdxfile but it is still attempting to process.jsfiles.What might I be doing incorrectly?
Thanks for your help.