diff --git a/01-webpack-starter.txt b/01-webpack-starter.txt index 3de7b5d..168b5a0 100644 --- a/01-webpack-starter.txt +++ b/01-webpack-starter.txt @@ -11,7 +11,7 @@ module.exports = { devtool: "source-map", devServer: { port: 3000, - contentBase: path.join(__dirname, "app"), + static: path.join(__dirname, "app"), hot: true, historyApiFallback: { index: "index.html" } }, @@ -29,4 +29,4 @@ module.exports = { } ] } -} \ No newline at end of file +}