Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information