Skip to content

--watch not working? #342

@dpeek

Description

@dpeek

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriorityImportant issue or pull request to fast-track

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions