8 Matching Annotations
  1. Jul 2021
  2. Nov 2020
  3. Oct 2020
  4. Sep 2020
    1. It looks like the issue stems from having "svelte" as a dependency instead of a devDependencies in package.json within the sapper project. This causes import 'svelte' to load the rollup excluded npm package's set_current_component instead of from within the sapper generated server.js.