.env.template 686 B

123456789101112
  1. # HTTP port of the dev server where the userscript will be served (when using `npm run watch`) - defaults to 8710 if empty
  2. DEV_SERVER_PORT=
  3. # Whether to trigger the bell sound in some terminals when the code has finished (re)compiling - default is false
  4. RING_BELL=false
  5. # optional suffix to add just before the .user.js of the output file (for use with CI or build scripts to build the file as BetterYTM.min.user.js)
  6. # OUTFILE_SUFFIX=".min"
  7. # "production" enables minification for small file size, on "development" the code stays readable and debuggable - default is development
  8. # NOTE: this setting is only used when no `--env mode=xy` is passed to webpack
  9. # NODE_ENV="development"