Skip to content

Commit

Permalink
chore: create content hash (#10565)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Aug 22, 2023
1 parent de4d855 commit 6357c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function Configuration(env, argv) {
name: 'mask',
entry: './src/index.tsx',
output: {
filename: '[name].[contenthash].js',
path: fileURLToPath(new URL('./dist', import.meta.url)),
publicPath: 'auto',
clean: true,
Expand Down

0 comments on commit 6357c14

Please sign in to comment.