Skip to content

Commit f92ea43

Browse files
committed
remove vue from external/globals
1 parent 85f7961 commit f92ea43

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

vite.config.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ export default defineConfig({
1818
// name.umd.cjs) (common js module)
1919
// default fileName is the name option of package.json
2020
fileName: "hal-json-vuex",
21-
},
22-
rollupOptions: {
23-
// make sure to externalize deps that shouldn't be bundled
24-
// into your library
25-
external: ["vue"],
26-
output: {
27-
// Provide global variables to use in the UMD build
28-
// for externalized deps
29-
globals: {
30-
vue: "Vue",
31-
},
32-
},
33-
},
21+
}
3422
},
3523
});

0 commit comments

Comments
 (0)