Skip to content

Commit

Permalink
Fix #1: webpack@4, webpack-cli@3 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonkr committed Oct 11, 2020
1 parent 150b62c commit 073abd4
Show file tree
Hide file tree
Showing 4 changed files with 4,069 additions and 5,740 deletions.
2 changes: 1 addition & 1 deletion build/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
devServer: {
port: 3000,
host: '0.0.0.0',
contentBase: path.resolve('docs'),
contentBase: path.resolve('out'),
historyApiFallback: true,
hot: true,
hotOnly: true,
Expand Down
Loading

0 comments on commit 073abd4

Please sign in to comment.