-
-
Notifications
You must be signed in to change notification settings - Fork 8k
regression: No loader is configured for ".md" files after v5 on development with @mdx-js/rollup #15281
Copy link
Copy link
Closed
Labels
p2-edge-caseBug, but has workaround or limited in scope (priority)Bug, but has workaround or limited in scope (priority)regressionThe issue only appears after a new releaseThe issue only appears after a new release
Description
Describe the bug
✘ [ERROR] No loader is configured for ".md" files: packages/pkg/README.md
docs/App.tsx:20:15:
20 │ ? import(`../packages/${params.name}/README.md`)
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".md" files: packages/pkg/CHANGELOG.md
docs/App.tsx:37:15:
37 │ ? import(`../packages/${params.name}/CHANGELOG.md`)
Reproduction
Steps to reproduce
yarn
yarn devSystem Info
System:
OS: macOS 14.1.2
CPU: (10) arm64 Apple M1 Max
Memory: 27.23 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.18.2 - ~/Library/Caches/fnm_multishells/76002_1701950982110/bin/node
Yarn: 4.0.2 - ~/Library/Caches/fnm_multishells/76002_1701950982110/bin/yarn
npm: 9.8.1 - ~/Library/Caches/fnm_multishells/76002_1701950982110/bin/npm
bun: 1.0.15 - /opt/homebrew/bin/bun
Browsers:
Brave Browser: 120.1.61.100
Chrome: 120.0.6099.62
Safari: 17.1.2
npmPackages:
@vitejs/plugin-react-swc: ^3.5.0 => 3.5.0
vite: ^5.0.6 => 5.0.6Used Package Manager
yarn
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
p2-edge-caseBug, but has workaround or limited in scope (priority)Bug, but has workaround or limited in scope (priority)regressionThe issue only appears after a new releaseThe issue only appears after a new release