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
publicPath: process.env.NODE_ENV === 'production' ? '' : '', // here we can distinguish an application context / root path for production and development
devServer: { proxy: 'http://localhost:8080' } // avoids CORS errors in development