rollup / rollup-watch

Fast incremental rebuilds with Rollup CLI
MIT License
91 stars 23 forks source link

add NO_CHECK_ROLLUP_WATCH_VERSION env and noCheckRollupWatchVersion options #27

Closed jetiny closed 7 years ago

jetiny commented 8 years ago

26

use env

export NO_CHECK_ROLLUP_WATCH_VERSION=true

use config

{
   noCheckRollupWatchVersion: true
}
Rich-Harris commented 7 years ago

Thanks for the PR – I've gone one step further and removed the version check altogether, so I'll close this