Skip to content

Commit 8a85af8

Browse files
authored
chore: webpack 브라우저 캐싱 설정 (#180)
1 parent f4512b5 commit 8a85af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = (env, options) => {
2323
output: {
2424
path: path.join(__dirname, 'dist'),
2525
publicPath: '/',
26-
filename: '[name].js'
26+
filename: '[name].[hash].js'
2727
},
2828
module: {
2929
rules: [

0 commit comments

Comments
 (0)