Skip to content

Commit 99720a5

Browse files
authored
Merge pull request #181 from boostcamp-2020/develop
배포 서버 브라우저 캐싱 적용
2 parents 8fcf83a + 8a85af8 commit 99720a5

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)