sveltejs/rollup-plugin-svelte

App.render is not a function

ralyodio opened this issue · 1 comments

I get this error when upgrading.

App.render is not a function

Here is my rollup.config.js
http://sprunge.us/jZrNiG

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.