sveltejs/rollup-plugin-svelte

How i do include node_modules

si3nloong opened this issue · 1 comments

I'm importing some svelte lib, and they did include svelte on package.json. But it seem like rollup-plugin-svelte doesn't transpile it. Any idea how can i include node_modules and let rollup-plugin-svelte do the job?

Screenshot 2020-12-22 at 10 08 35 PM

It looks like the issue is that they wrote it in TypeScript but you're not transpiling that during the build.

GitHub issues aren't the right place for support questions like this. Please ask on StackOverflow or in our Discord chat room.