Closed maiers closed 3 years ago
It looks like babel (v7.5.4) has no util object
babel
util
call babel-watch --ignore ./node_modules <file>
babel-watch --ignore ./node_modules <file>
./node_modules/babel-watch/babel-watch.js:377 return babel.util.shouldIgnore(filename, ignore || [], only);
Requested expression gets ignored by babel
I have this problem! Workaround please @STRML ?
This is due to a change in Babel 7.
Fixed in 7.2.0.
7.2.0
It looks like
babel
(v7.5.4) has noutil
objectTo reproduce:
call
babel-watch --ignore ./node_modules <file>
Actual outcome:
Expected outcome:
Requested expression gets ignored by babel