@kyro-cms/admin 0.10.1 → 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.cjs +1 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -25
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/integration.ts +0 -16
package/dist/index.cjs
CHANGED
|
@@ -15041,34 +15041,10 @@ export default debug;
|
|
|
15041
15041
|
"kyro:config": resolvedConfig
|
|
15042
15042
|
}
|
|
15043
15043
|
},
|
|
15044
|
-
build: {
|
|
15045
|
-
rollupOptions: {
|
|
15046
|
-
output: {
|
|
15047
|
-
manualChunks(id) {
|
|
15048
|
-
if (id.includes("@tiptap") || id.includes("prosemirror")) {
|
|
15049
|
-
return "vendor-tiptap";
|
|
15050
|
-
}
|
|
15051
|
-
}
|
|
15052
|
-
}
|
|
15053
|
-
}
|
|
15054
|
-
},
|
|
15055
15044
|
optimizeDeps: {
|
|
15056
15045
|
include: [
|
|
15057
15046
|
"@kyro-cms/admin",
|
|
15058
|
-
"use-sync-external-store"
|
|
15059
|
-
"@tiptap/core",
|
|
15060
|
-
"@tiptap/react",
|
|
15061
|
-
"@tiptap/pm",
|
|
15062
|
-
"@tiptap/starter-kit",
|
|
15063
|
-
"@tiptap/extension-link",
|
|
15064
|
-
"@tiptap/extension-image",
|
|
15065
|
-
"@tiptap/extension-text-align",
|
|
15066
|
-
"@tiptap/extension-underline",
|
|
15067
|
-
"@tiptap/extension-highlight",
|
|
15068
|
-
"@tiptap/extension-task-list",
|
|
15069
|
-
"@tiptap/extension-task-item",
|
|
15070
|
-
"@tiptap/extension-text-style",
|
|
15071
|
-
"@tiptap/extension-color"
|
|
15047
|
+
"use-sync-external-store"
|
|
15072
15048
|
],
|
|
15073
15049
|
exclude: ["debug", "react/compiler-runtime"]
|
|
15074
15050
|
},
|