Simplify docker configs
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = merge(commonConfig, {
|
||||
mode: "development",
|
||||
entry: [
|
||||
"react-hot-loader/patch", // Activate HMR for React
|
||||
"webpack-dev-server/client?http://localhost:8080", // Bundle the client for webpack-dev-server and connect to the provided endpoint
|
||||
"webpack-dev-server/client?http://0.0.0.0:8080", // Bundle the client for webpack-dev-server and connect to the provided endpoint
|
||||
"webpack/hot/only-dev-server", // Bundle the client for hot reloading, only- means to only hot reload for successful updates
|
||||
"./index.tsx" // The entry point of our app
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user