@mercurjs/dashboard-sdk 2.0.0-canary.86 → 2.0.0-canary.87

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/index.cjs +4 -0
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -757,6 +757,10 @@ function mercurDashboardPlugin(pluginConfig) {
757
757
  __BASE__: JSON.stringify(config.base || "/")
758
758
  },
759
759
  optimizeDeps: {
760
+ entries: [
761
+ "index.html",
762
+ ...pluginExtensions
763
+ ],
760
764
  exclude: [
761
765
  "virtual:mercur/config",
762
766
  "virtual:mercur/routes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/dashboard-sdk",
3
- "version": "2.0.0-canary.86",
3
+ "version": "2.0.0-canary.87",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",