Skip to content

Commit

Permalink
Update vite.config.mts.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 4, 2024
1 parent 229e24d commit f8409dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions generators/vue/templates/vite.config.mts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ let config = defineConfig({
input: {
app: fileURLToPath(new URL('./<%- this.relativeDir(clientRootDir, clientSrcDir) %>index.html', import.meta.url)),
},
output: {
chunkFileNames: 'static/js/[name]-[hash].js',
entryFileNames: 'static/js/[name]-[hash].js',
assetFileNames: 'static/[ext]/[name]-[hash].[ext]',
},
},
},
resolve: {
Expand Down

0 comments on commit f8409dc

Please sign in to comment.