@nsshunt/stsuxvue
v1.0.124
Published
STS UX Components for Vue 3 and Vuetify
Downloads
1,377
Readme
stsuxvue
corepack enable corepack prepare yarn@stable --activate yarn set version stable yarn -v
file: .yarnrc.yml
nodeLinker: node-modules
npmScopes: fortawesome: npmAlwaysAuth: true npmRegistryServer: "https://npm.fontawesome.com/" npmAuthToken: "${FONTAWESOME_PACKAGE_TOKEN}" awesome.me: npmAlwaysAuth: true npmRegistryServer: "https://npm.fontawesome.com/" npmAuthToken: "${FONTAWESOME_PACKAGE_TOKEN}"
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 buildthe 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
