complete the form AUT-01 Authorize a Representative for Access by Phone and Mail, available on the CRA website and inTaxCycle Forms.Note that if you submit this form to request offline access for any of your existing clients, you will lose online access to their accou...
Having access to the NODE_ENV is also useful for performing actions conditionally: if (process.env.NODE_ENV !== 'production') { analytics.disable(); } When you compile the app with npm run build, the minification step will strip out this condition, and the resulting bundle will be smaller...