You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need rollup-plugin-node-resolve. See #54. svelte-cli has been deprecated for a while, and would result in compiling as Svelte v2 components, not Svelte v3 components.
rollup.config.js
comp.svelte
<script> console.log("Hello World") </script>
output in browser console
Uncaught ReferenceError: internal is not defined at comp.js
comp.js
The text was updated successfully, but these errors were encountered: