Skip to content

Commit 0f22611

Browse files
Added windows compatibility for windows in demo
Co-authored-by: Mark Teets <[email protected]>
1 parent 3217499 commit 0f22611

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo-app/webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ module.exports = {
5050
secure: false,
5151
},
5252
},
53+
watchOptions: {
54+
poll: true,
55+
ignored: /node_modules/
56+
},
5357
};

0 commit comments

Comments
 (0)