-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Labels
bugSomething isn't workingSomething isn't workingpriorityImportant issue or pull request to fast-trackImportant issue or pull request to fast-track
Description
The watch flag doesn't seem to work for me.
To reproduce in empty dir:
yarn init -y
yarn add @zeit/ncc
echo "console.log('test');" >> index.js
ncc build index.js # works
ncc build index.js --watch # fails without error
Environment:
$ node --version
v11.13.0
$ ncc version
0.17.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriorityImportant issue or pull request to fast-trackImportant issue or pull request to fast-track