sveltejs / template-webpack

Template for building basic Svelte applications with webpack
300 stars 118 forks source link

fix: set alias correctly #33

Closed merceyz closed 3 years ago

merceyz commented 3 years ago

What's the problem this PR addresses?

The current svelte alias assumes node_modules/svelte exists but this is not guaranteed in monorepos

How did you fix it?

Use require.resolve to locate svelte