Skip to content

Commit

Permalink
Merge pull request #26 from Hong-JunHyeok/develop
Browse files Browse the repository at this point in the history
Fix file loader error
  • Loading branch information
Hong-JunHyeok authored Feb 1, 2022
2 parents 6ca8b3f + 78dc183 commit c8d654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
},
output: {
filename: '[name].[chunkhash].js',
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist'),
},
plugins: [new HtmlWebpackPlugin({ template: './public/index.html' })],
Expand Down

0 comments on commit c8d654d

Please sign in to comment.