We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faef93a commit 0955147Copy full SHA for 0955147
phone-book/webpack.config.js
@@ -7,6 +7,7 @@ module.exports = {
7
filename: 'bundle.js',
8
publicPath: '/build/'
9
},
10
+ watch: true,
11
module: {
12
rules: [
13
{ test: /\.js$/, exclude: /node_modules/, loader: "babel-loader" }
0 commit comments