Created by: xiaoxiangmoe
after change it
process.env.NODE_ENV = 'development'
will throw
Cannot assign to 'NODE_ENV' because it is a read-only property.ts(2540)
Created by: xiaoxiangmoe
after change it
process.env.NODE_ENV = 'development'
will throw
Cannot assign to 'NODE_ENV' because it is a read-only property.ts(2540)