prev-cli 0.24.0 → 0.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -886,7 +886,8 @@ async function createViteConfig(options) {
886
886
  mdx({
887
887
  remarkPlugins: [remarkGfm],
888
888
  rehypePlugins: [rehypeHighlight],
889
- providerImportSource: "@mdx-js/react"
889
+ providerImportSource: "@mdx-js/react",
890
+ exclude: /node_modules/
890
891
  }),
891
892
  react(),
892
893
  createConfigPlugin(config),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",