Skip to content

Commit

Permalink
fix: vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 18, 2021
1 parent 7d31bdc commit c13faa1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import httpImport from "import-http/rollup";
import { defineConfig } from "vite";

export default defineConfig({
base: process.env.NODE_ENV === "production" ? "/whatchanged" : "/",
root: __dirname,
build: {
base: process.env.NODE_ENV === "production" ? "/whatchanged" : "/",
},
plugins: [vue(), httpImport()],
});

0 comments on commit c13faa1

Please sign in to comment.