Skip to content

watch include options does not seem to work with path above #102

Description

@wighawag

I have the following watch option:

 watch: {
    clearScreen: false,
    include: ['src', path.resolve(__dirname, '../test/dist')],
  },

and while it works when I change stuff in src, it does not when I change stuff in ../test/dist
I also tried without resolve and same issue.

Is that because nollup will not look in parent folders ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions