Skip to content

Instantly share code, notes, and snippets.

@DeMoorJasper
Created May 3, 2018 09:33
Show Gist options
  • Save DeMoorJasper/eb26460a576d48f426b33c2be63f64cb to your computer and use it in GitHub Desktop.
Save DeMoorJasper/eb26460a576d48f426b33c2be63f64cb to your computer and use it in GitHub Desktop.
parcel-plugin-svelte
module.exports = function (bundler) {
bundler.addAssetType('svelte', require.resolve('./SvelteAsset'));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment