prev-cli 0.24.3 → 0.24.4
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.
- package/dist/cli.js +2 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1049,6 +1049,7 @@ async function createViteConfig(options) {
|
|
|
1049
1049
|
},
|
|
1050
1050
|
optimizeDeps: {
|
|
1051
1051
|
entries: [],
|
|
1052
|
+
noDiscovery: true,
|
|
1052
1053
|
include: [
|
|
1053
1054
|
"react",
|
|
1054
1055
|
"react-dom",
|
|
@@ -1056,6 +1057,7 @@ async function createViteConfig(options) {
|
|
|
1056
1057
|
"@tanstack/react-router",
|
|
1057
1058
|
"react/jsx-runtime",
|
|
1058
1059
|
"react/jsx-dev-runtime",
|
|
1060
|
+
"@mdx-js/react",
|
|
1059
1061
|
"mermaid",
|
|
1060
1062
|
"dayjs",
|
|
1061
1063
|
"@terrastruct/d2"
|