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
Describe the bug
For performance reasons, tsconfig should be read only once per project. This can be verified in the debugger.
Also, target from tsconfig should be respected. Currently it is hardcoded to 'es6' no matter what tsconfig specifies.
Information about your project:
svelte-preprocess version 4.7.3
Whether your project uses Webpack or Rollup: Snowpack