You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
With the removal of loading the whole environment-variables before exec, it is prevented that NODE_ENV gets actually set to production during buffalo build .
This prevents the execution of webpack plugins like uglify for a production build.
It can be circumvented by setting NODE_ENV=production buffalo build
The text was updated successfully, but these errors were encountered:
With the removal of loading the whole environment-variables before
exec
, it is prevented thatNODE_ENV
gets actually set toproduction
duringbuffalo build
.This prevents the execution of webpack plugins like uglify for a production build.
It can be circumvented by setting
NODE_ENV=production buffalo build
The text was updated successfully, but these errors were encountered: