- Allow
shared
option to override default (#16) - Use
this.warn
andthis.error
, so Rollup can handle failures
svelte
should be a dependency, not a devDependency...
- CSS sourcemaps (#14)
- Ignore virtual modules (#13)
- Only include
code
andmap
in object passed to Rollup
- Prevent import of built-in modules from blowing up the resolver
- Add support for
pkg.svelte
andpkg['svelte.root']
- Handle components without
<style>
tags when concatenating CSS
- Allow
options.css
to be a function that is called with extracted CSS when bundle is generated
- Pass all options through to Svelte (e.g.
dev
)
- Capitalize component names correctly
- Update Svelte
- Use shared helpers
- Sanitize constructor names
- Update Svelte
- Add support for
generate: 'ssr'
- Enforce
es
format
- Update Svelte
- Include code frame in error message
- Update Svelte
- Support
css
andfilename
options
- Update Svelte
- Update Svelte
- Update Svelte
- Set
options.name
to basename of file
- Update Svelte
- Update Svelte
- Install missing
rollup-pluginutils
dependency
- First release