Create React AppにおけるNODE_ENV
When you run npm start, it is always equal to 'development',
when you run npm test it is always equal to 'test', and
when you run npm run build to make a production bundle, it is always equal to 'production'.
利用者はoverrideすることはできない
誤ったビルド成果物をproductionにshipしないため