Skip to content

Commit

Permalink
fix dist
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgunderson committed Jan 5, 2024
1 parent ef3c838 commit d50f46b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ export default defineConfig(({ command, mode }) => {
// // overwrite default .html entry
// input: '/src/index.jsx',
// },
outDir: '.',
// outDir: path.join(__dirname, 'dist'),
outDir: path.join(__dirname, 'dist'),
modulePreload: {
polyfill: false,
},
Expand Down

0 comments on commit d50f46b

Please sign in to comment.