Skip to content

Commit

Permalink
Put plotvuer and simulationvuer on the external list.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Dec 17, 2024
1 parent 3f7a81b commit 1cd8103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.bundle-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ export default defineConfig((configEnv) => {
fileName: "mapintegratedvuer",
},
rollupOptions: {
external: ["vue", "pinia"],
external: ["vue", "pinia", "@abi-software/plotvuer", "@abi-software/simulationvuer"],
output: {
globals: {
vue: "Vue",
pinia: "pinia",
"@abi-software/simulationvuer": "simulationvuer",
"@abi-software/plotvuer": "plotvuer",
},
},
},
Expand Down

0 comments on commit 1cd8103

Please sign in to comment.