Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

v0.3.3

Compare
Choose a tag to compare
@nning nning released this 30 Jul 20:41
· 12 commits to master since this release
v0.3.3
b208c30

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)