We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f7961 commit f92ea43Copy full SHA for f92ea43
vite.config.js
@@ -18,18 +18,6 @@ export default defineConfig({
18
// name.umd.cjs) (common js module)
19
// default fileName is the name option of package.json
20
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
+ }
34
},
35
});
0 commit comments