sveltejs / template-webpack

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

Update dependencies #7

Closed DayBr3ak closed 5 years ago

DayBr3ak commented 6 years ago

Right now, the hot reload is not working with the actual deps, and svelte loader 2.9.0 has an error with windows 10 paths

see https://github.com/sveltejs/svelte-loader/pull/64

JordanShurmer commented 5 years ago

Duplicate of #11

PR #11 updates all dependencies and replaces the deprecated webpack-serve with webpack-dev-server

Rich-Harris commented 5 years ago

Thank you — closing now that #11 is merged