https://github.com/mistlog/rollup-plugin-svelte-draft
Transcribe SvelteDraft components with Rollup
https://github.com/mistlog/rollup-plugin-svelte-draft
Last synced: 5 months ago
JSON representation
Transcribe SvelteDraft components with Rollup
- Host: GitHub
- URL: https://github.com/mistlog/rollup-plugin-svelte-draft
- Owner: mistlog
- License: mit
- Created: 2020-02-15T04:38:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:32:50.000Z (over 3 years ago)
- Last Synced: 2025-10-23T20:14:44.479Z (8 months ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rollup-plugin-svelte-draft
Transcribe SvelteDraft components with Rollup
## Installing
```shell
npm i -D rollup-plugin-svelte-draft
```
## Usage
1. [add it before svelte plugin](https://github.com/mistlog/svelte-draft-template/commit/e8c2512a929df9f73f5310dbd4fc27fb24cc7e40#diff-ff6e5f22a9c7e66987b19c0199636480R19)
2. [change "extensions" and "include" of svelte plugin](https://github.com/mistlog/svelte-draft-template/commit/e8c2512a929df9f73f5310dbd4fc27fb24cc7e40#diff-ff6e5f22a9c7e66987b19c0199636480R22)
see example in [svelte-draft-template](https://github.com/mistlog/svelte-draft-template/blob/master/rollup.config.js#L19).
## License
This project is [MIT licensed](https://github.com/mistlog/rollup-plugin-svelte-draft/blob/master/LICENSE).