chore: ensure warn is dev only

This commit is contained in:
Evan You 2020-05-04 10:17:40 -04:00
parent c6217b4d46
commit ff97be15c3

View File

@ -187,6 +187,7 @@ function doWatch(
}
} else {
getter = NOOP
__DEV__ &&
warn(
`Invalid watch source: `,
source,