@nsshunt/stsuxvue
v1.0.15
Published
STS UX Components for Vue 3 and Vuetify
Downloads
572
Readme
stsuxvue
previous project includes
"vite-plugin-lib-inject-css": "^2.1.1",
breaking includes
"vite-plugin-dts": "^3.9.1",
going to any of the 4.0.0-beta will break the build
the component UXBarChart.vue.d that works as this;
declare const _default: import('vue').DefineComponent<{}, {
UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>; export default _default; //# sourceMappingURL=UXBarChart.vue.d.ts.map
turns into a huge file with a bunch of global stuff - that breaks the build for any project that uses this library the error is conflicting declares