This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
v0.3.3
Changes
- Add
svelte-preprocess
for support of PostCSS, SCSS, Less, Stylus, CoffeeScript, TypeScript, Pug and much more in Svelte components
https://github.com/sveltejs/svelte-preprocess#readme - Server rendering webpack config waits longer for shared
manifest.json
(to avoid crash if client build takes too long) - Emit CSS from components to build with webpack (and no longer in-line CSS when prerendering)
- Fix issue with environment specific webpack config selection (
production
works, now)