template-webpack icon indicating copy to clipboard operation
template-webpack copied to clipboard

Template for building basic Svelte applications with webpack

Results 10 template-webpack issues
Sort by recently updated
recently updated
newest added

Is there any wish for optimizations for the template? Happy to put in a contribution

## Describe the Bug: Recently I tried to create a simple web application with svelte (and especially with this webpack template) But when I added `svelte-navigator` and used history API,...

A really obscure error happens when you try to run the app as is after an `install`. I had to remove the value (`deverServer: { hot: true } }`) to...

Copied over from: https://github.com/sveltejs/template/blob/master/README.md The instructions seem to be the same

Can you please add a little more build features that already are part of the sapper-template? I think of things like: - the `static` folder (pretty much every app needs...

enhancement
question

this allows for external dependencies that were written for node to be bundled properly [link](https://webpack.js.org/configuration/node/)

Would love to keep using Webpack as the bundler for svelte 5 project!