···2222- `syler.sass-indented` for Sass
2323- `esbenp.prettier-vscode` for Prettier
24242525+## Config
2626+2727+With this setup, `src/index.ts` is built and bundled into `public/build/`. If you want more entrypoints, add them to `experiments.optimize.entrypoints` in `snowpack.config.js`.
2828+2929+If you want `src` and `public` to be built and copied to a folder like `dist`:
3030+3131+1. Change the properties `mount` and `buildOptions.out` in `snowpack.config.js`
3232+2. Update `.gitignore` and the paths `public/index.html`
3333+3434+To disable source maps/`.map` files for builds, disable `buildOptions.sourceMaps` in `snowpack.config.js`.
3535+2536## Commands
26372738### `npm run start`
···30413142### `npm run build`
32433333-Builds and bundles into the `build/` folder
4444+Builds and bundles
34453546### `npm run lint`
3647