@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.js
CHANGED
|
@@ -15020,34 +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
15025
|
"@kyro-cms/admin",
|
|
15037
|
-
"use-sync-external-store"
|
|
15038
|
-
"@tiptap/core",
|
|
15039
|
-
"@tiptap/react",
|
|
15040
|
-
"@tiptap/pm",
|
|
15041
|
-
"@tiptap/starter-kit",
|
|
15042
|
-
"@tiptap/extension-link",
|
|
15043
|
-
"@tiptap/extension-image",
|
|
15044
|
-
"@tiptap/extension-text-align",
|
|
15045
|
-
"@tiptap/extension-underline",
|
|
15046
|
-
"@tiptap/extension-highlight",
|
|
15047
|
-
"@tiptap/extension-task-list",
|
|
15048
|
-
"@tiptap/extension-task-item",
|
|
15049
|
-
"@tiptap/extension-text-style",
|
|
15050
|
-
"@tiptap/extension-color"
|
|
15026
|
+
"use-sync-external-store"
|
|
15051
15027
|
],
|
|
15052
15028
|
exclude: ["debug", "react/compiler-runtime"]
|
|
15053
15029
|
},
|