Skip to content

Commit 0955147

Browse files
author
Balashov Nikita
committed
webpack config
1 parent faef93a commit 0955147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phone-book/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
filename: 'bundle.js',
88
publicPath: '/build/'
99
},
10+
watch: true,
1011
module: {
1112
rules: [
1213
{ test: /\.js$/, exclude: /node_modules/, loader: "babel-loader" }

0 commit comments

Comments
 (0)