소스 검색

fix: remove unnecessary env var

Sv443 1 년 전
부모
커밋
36e3769995
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      .env.template

+ 0 - 4
.env.template

@@ -6,7 +6,3 @@ RING_BELL=false
 
 # 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)
 # OUTFILE_SUFFIX=".min"
-
-# "production" enables minification for small file size, on "development" the code stays readable and debuggable - default is development
-# NOTE: this setting is only used when no `--env mode=xy` is passed to webpack
-# NODE_ENV="development"