Minor Changes
-
#1592
35d6b3f
Thanks @askoufis! -createCompiler
: AddenableFileWatcher
optionBy 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 });