·
34 commits
to master
since this release
Minor Changes
-
#1592
35d6b3fThanks @askoufis! -createCompiler: AddenableFileWatcheroptionBy default, the compiler sets up its own file watcher.
This option allows you to disable it if necessary, such as during a production build.EXAMPLE USAGE:
const compiler = createCompiler({ root: process.cwd(), enableFileWatcher: false });