Skip to content

Commit

Permalink
bump web docker vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 16, 2024
1 parent 5936e18 commit c610357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@openreplyde/web-docker-vite-plugin": "^1.1.0",
"@openreplyde/web-docker-vite-plugin": "^1.1.1",
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
Expand Down
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import { create } from "@openreplyde/web-docker-vite-plugin";
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd());
const base = env.VITE_APP_BASE_PATH || "/";
const exposeVue: string = resolve(__dirname, "./src/main.ts");
const exposes: { [key: string]: string } = {
vue: exposeVue,
vue: "vue-module",
};
return {
plugins: [
Expand Down

0 comments on commit c610357

Please sign in to comment.