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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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",