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
- ts-loader needs to come after svelte-loader, as webpack runs them in backwards order
- loader config for `.ts` files should exclude `.svelte.ts` file
- mention `tsconfig.json` target config to not downlevel for example class features which would result in a weird error ("$state not allowed here")
closes#241
0 commit comments