@mercurjs/dashboard-sdk 2.0.0-canary.83 → 2.0.0-canary.84
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/index.cjs +5 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -760,6 +760,10 @@ function mercurDashboardPlugin(pluginConfig) {
|
|
|
760
760
|
__BASE__: JSON.stringify(config.base || "/")
|
|
761
761
|
},
|
|
762
762
|
optimizeDeps: {
|
|
763
|
+
entries: [
|
|
764
|
+
"index.html",
|
|
765
|
+
...pluginExtensions
|
|
766
|
+
],
|
|
763
767
|
exclude: [
|
|
764
768
|
"virtual:mercur/config",
|
|
765
769
|
"virtual:mercur/routes",
|
|
@@ -776,8 +780,7 @@ function mercurDashboardPlugin(pluginConfig) {
|
|
|
776
780
|
"@medusajs/ui",
|
|
777
781
|
"@medusajs/dashboard",
|
|
778
782
|
"@medusajs/js-sdk",
|
|
779
|
-
"@tanstack/react-query"
|
|
780
|
-
"qs"
|
|
783
|
+
"@tanstack/react-query"
|
|
781
784
|
]
|
|
782
785
|
}
|
|
783
786
|
};
|