chore: removed unnecessary dependencies from hoppscotch-ui (#3077)

This commit is contained in:
Anwarul Islam
2023-08-23 18:43:19 +06:00
committed by GitHub
parent 008eb6b77b
commit c0806cfd07
4 changed files with 50 additions and 188 deletions

View File

@@ -11,7 +11,8 @@ export default defineConfig({
vue(),
dts({
insertTypesEntry: true,
outDir: ["dist"],
skipDiagnostics: true,
outputDir: ["dist"],
}),
WindiCSS({
root: path.resolve(__dirname),
@@ -48,7 +49,7 @@ export default defineConfig({
fileName: (format, entry) => `${entry}.${format}.js`,
},
rollupOptions: {
external: ["vue", "vue-router"],
external: ["vue"],
output: {
exports: "named",
},