Skip to content

Commit

Permalink
fix: remove watch content base
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 12, 2021
1 parent c1e1f49 commit ce6c06c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/react-webpack-5/webpack.dev.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ const config: webpack.Configuration & {
devtool: 'inline-source-map',
devServer: {
contentBase: publicPath,
watchContentBase: true,
historyApiFallback: true,
port: 9026,
open: true,
hot: true,
},
};

Expand Down
2 changes: 0 additions & 2 deletions examples/react-webpack/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ const config = {
devServer: {
contentBase: publicPath,
historyApiFallback: true,
watchContentBase: true,
port: 9025,
open: true,
hot: true,
},
};

Expand Down

0 comments on commit ce6c06c

Please sign in to comment.