chore: update dependencies and configurations across multiple packages
Publish to NPM / Check version changes and publish (push) Failing after 10m44s

This commit is contained in:
2026-06-18 02:02:58 +07:00
parent 6e70d4edd1
commit e73e8d2cdd
28 changed files with 2881 additions and 3604 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ export default defineConfig({
dts: { vue: true },
deps: {
neverBundle: ['vue'],
alwaysBundle: [/^@robonen\//, '@vue/shared'],
// `@robonen/*` (incl. `@robonen/primitives`) stay external — no more
// inlining the whole component lib (and its transitive `@floating-ui/*`)
// into writekit's bundle. Only stateless `@vue/shared` is inlined.
alwaysBundle: ['@vue/shared'],
},
inputOptions: {
resolve: {