- {DOCKER_RUN_COMMAND}
+ {showRunCommand}
{
},
plugins: [react()],
envPrefix: 'NB_',
- // Excluding the Auth0 library from the bundle to avoid issues with
- // Cypress component tests. TODO: understand why this is necessary
+
optimizeDeps: {
+ // Excluding the Auth0 library from the bundle to avoid issues with
+ // Cypress component tests. TODO: understand why this is necessary
exclude: ['@auth0/auth0-react'],
},
};