victorious-afternoon-95644
09/07/2023, 1:48 PMprocess is obviously not defined in browsers, am I missing something?future-teacher-7046
NODE_ENV=development), we include much more verbose logging while keeping the production build small.victorious-afternoon-95644
09/07/2023, 1:52 PMtsc and rollupfuture-teacher-7046
plugins: [
replace({
"process.env.NODE_ENV": JSON.stringify("production"),
preventAssignment: true,
}),
]victorious-afternoon-95644
09/07/2023, 2:09 PM