@zohodesk/react-cli 1.1.4-exp.1 → 1.1.4-exp.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,7 +70,9 @@ function watchHandler(fromPath, toPath) {
70
70
  // return;
71
71
  // }
72
72
 
73
- const ig = ignore().add(filterArr);
73
+ const ig = ignore({
74
+ allowRelativePaths: true
75
+ }).add(filterArr);
74
76
 
75
77
  if (ig.ignores(fromPath)) {
76
78
  // console.log(fromPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.4-exp.1",
3
+ "version": "1.1.4-exp.2",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",