Skip to content

Fix nuxt mode

Nils Brinckmann requested to merge fix-nuxt-mode into master

This MR includes two things:

  1. It sets the ssr setting instead of the mode setting in the nuxt.config.js. The mode setting is deprecated.

  2. It adds the utils folder to the test coverage. This change is already done in !51 (merged), but in order to have it anyway (regardless of the stage of !51 (merged)), I want to include it here as well.

Merge request reports