chore: update dependencies and configurations across multiple packages
Publish to NPM / Check version changes and publish (push) Failing after 10m44s
Publish to NPM / Check version changes and publish (push) Failing after 10m44s
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user