Skip to content

Commit

Permalink
chore: webpack 브라우저 캐싱 설정 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-ho authored Dec 11, 2020
1 parent f4512b5 commit 8a85af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = (env, options) => {
output: {
path: path.join(__dirname, 'dist'),
publicPath: '/',
filename: '[name].js'
filename: '[name].[hash].js'
},
module: {
rules: [
Expand Down

0 comments on commit 8a85af8

Please sign in to comment.