RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@zohodesk/react-cli
Versions diffs
1.1.4-exp.1 → 1.1.4-exp.2
@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.
Files changed (2)
hide
show
package/lib/utils/variableConverter.js
+3
-1
package/package.json
+1
-1
package/lib/utils/variableConverter.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",