antiCrash | boolean | N/A | Whether or not to include anti-crash handler in production. Defaults to true . |
clearRestartLogs | boolean | N/A | Whether or not to clear default restart logs. Defaults to true . |
envExtra | boolean | N/A | Whether or not to include extra env utilities. Defaults to true . |
main | string | N/A | The main "javascript" file of the project. |
minify | boolean | N/A | Whether or not to minify the output. Defaults to false . |
nodeOptions | Array<string> | N/A | Node.js cli options. |
outDir | string | N/A | The output directory of the project. Defaults to dist . |
requirePolyfill | boolean | N/A | Whether or not to polyfill require function. Defaults to true . |
sourcemap | boolean | 'inline' | N/A | Whether or not to include sourcemaps in production build. Defaults to false . |
src | string | N/A | The source directory of the project. |
watch | boolean | N/A | Whether or not to use the watch mode. Defaults to true . |