@mercurjs/dashboard-sdk 2.0.0-canary.84 → 2.0.0-canary.85
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 +0 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -760,10 +760,6 @@ function mercurDashboardPlugin(pluginConfig) {
|
|
|
760
760
|
__BASE__: JSON.stringify(config.base || "/")
|
|
761
761
|
},
|
|
762
762
|
optimizeDeps: {
|
|
763
|
-
entries: [
|
|
764
|
-
"index.html",
|
|
765
|
-
...pluginExtensions
|
|
766
|
-
],
|
|
767
763
|
exclude: [
|
|
768
764
|
"virtual:mercur/config",
|
|
769
765
|
"virtual:mercur/routes",
|