Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created May 15, 2020 10:20
Show Gist options
  • Save skflowne/a9e793a819092bfbb6b18826647e49e6 to your computer and use it in GitHub Desktop.
Save skflowne/a9e793a819092bfbb6b18826647e49e6 to your computer and use it in GitHub Desktop.
const { compile, preprocess } = major_version >= 3
? require('svelte/compiler.js')
: require('svelte');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment