sveltejs / template-webpack

Template for building basic Svelte applications with webpack
304 stars 119 forks source link

doesn't work on Windows 10 #9

Closed soapdog closed 3 years ago

soapdog commented 6 years ago

The out-of-box experience for this template, as described on the readme, doesn't work on Windows 10 machines. I suspect it is a building paths issue as can be seen on the capture https://guides.github.com/features/mastering-markdown/below:

Module not found: Error: Can't resolve 'C:UserssoapdogprogssbcpatchlandsrcApp.svelte.css' in 'C:\Users\soapdog\prog\ssbc\patchland\src'
@ ./src/App.html 80:0-65
@ ./src/main.js
@ multi ./src/main.js 
fergusrm commented 6 years ago

This seems to have fixed the issue: https://github.com/sveltejs/svelte-loader/pull/64. Updating svelte-loader to 2.11.0 got things working for me, so it looks like maybe the template needs to update the dependency version.

JordanShurmer commented 5 years ago

PR #11 will fix this. See this comment for more info

gavinr commented 4 years ago

This is working in windows 10 for me - can we close this issue?