babichjacob / sapper-typescript-graphql-template

A template that includes Sapper for Svelte, TypeScript preprocessing, and a GraphQL server through TypeGraphQL
MIT License
84 stars 14 forks source link

Use ES6 for svelte.config.js #1

Closed benmccann closed 4 years ago

babichjacob commented 4 years ago

Thank you. I'll accept this when I can verify that it doesn't interfere with the Svelte beta VS Code plugin, and if I can figure out the styling (variable/export names) the way I want it, but I can't do that now because I'm stepping away from the computer. Be back later.

benmccann commented 4 years ago

Btw, the reason I needed this was that it allowed me to set "type": "module" in package.json. Maybe I should have included that in this change as well...

benmccann commented 4 years ago

However, I couldn't figure out how to update the postcss and tailwind configs from https://github.com/babichjacob/sapper-firebase-typescript-graphql-tailwindcss-actions-template. Maybe you'd have more experience and know how?