App.render is not a function
ralyodio opened this issue · 1 comments
ralyodio commented
I get this error when upgrading.
App.render is not a function
Here is my rollup.config.js
http://sprunge.us/jZrNiG
lukeed commented
Please read the changelog – and the README. You have this in your config file:
svelte({
generate: 'ssr',
dev
}),You need to be using compilerOptions now.