Skip to content

Commit

Permalink
feat :: host 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 31, 2024
1 parent 98ec70a commit ba37e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
port: 3000,
historyApiFallback: true,
liveReload: true,
allowedHosts: "all"
},
output: {
filename: '[name].[contenthash].js',
Expand Down

0 comments on commit ba37e64

Please sign in to comment.