Skip to content

Commit

Permalink
Remove content hash of entry file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuanjun committed Apr 9, 2024
1 parent 93a2c57 commit 72e7ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion farm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default defineConfig({
},
output: {
targetEnv: 'browser-esnext',
entryFilename: '[entryName].[contentHash].[ext]',
filename: '[ext]/[resourceName].[contentHash].[ext]',
assetsFilename: '[ext]/[resourceName].[contentHash].[ext]'
},
Expand Down

0 comments on commit 72e7ecc

Please sign in to comment.