Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
airman5573 committed Oct 7, 2022
1 parent 6fea39e commit c5b3358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
mode: 'development',
entry: join(__dirname, '../src/main.js'),
output: {
filename: 'main.js',
filename: 'main-[contenthash].js',
path: join(__dirname, '../dist'),
publicPath: '/',
},
Expand Down

0 comments on commit c5b3358

Please sign in to comment.