@kyro-cms/admin 0.10.0 → 0.10.2

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.js CHANGED
@@ -15020,33 +15020,10 @@ export default debug;
15020
15020
  "kyro:config": resolvedConfig
15021
15021
  }
15022
15022
  },
15023
- build: {
15024
- rollupOptions: {
15025
- output: {
15026
- manualChunks(id) {
15027
- if (id.includes("@tiptap") || id.includes("prosemirror")) {
15028
- return "vendor-tiptap";
15029
- }
15030
- }
15031
- }
15032
- }
15033
- },
15034
15023
  optimizeDeps: {
15035
15024
  include: [
15036
- "use-sync-external-store",
15037
- "@tiptap/core",
15038
- "@tiptap/react",
15039
- "@tiptap/pm",
15040
- "@tiptap/starter-kit",
15041
- "@tiptap/extension-link",
15042
- "@tiptap/extension-image",
15043
- "@tiptap/extension-text-align",
15044
- "@tiptap/extension-underline",
15045
- "@tiptap/extension-highlight",
15046
- "@tiptap/extension-task-list",
15047
- "@tiptap/extension-task-item",
15048
- "@tiptap/extension-text-style",
15049
- "@tiptap/extension-color"
15025
+ "@kyro-cms/admin",
15026
+ "use-sync-external-store"
15050
15027
  ],
15051
15028
  exclude: ["debug", "react/compiler-runtime"]
15052
15029
  },