eleventy-plugin-embed-svelte
eleventy-plugin-embed-svelte copied to clipboard
An Eleventy plugin that makes embedding Svelte components in your static pages painfully easy.
Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.38.2 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.38.2 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
**Issue description** The standalone example is non-functional. Creating a build (with the workaround mentioned in #12) of the plugin, then running the example will result in a webpage that does...
**Issue description** When compiling the plugin / example on Windows the user is presented with an error saying "Malformed fileName". The issue seems to be caused by the regex pattern...
I've added options for @rollup/plugin-node-resolve. This change makes users possible to pass options to @rollup/plugin-node-resolve which is executed by this plugin. When I add `resolve({browser: true})` to `rollupInputPlugins`, it will...
## Overview I thought it would be neat to allow users of this plugin to configure the internal Rollup build as much as possible. At the same time, I don't...
Hi, Would it be possible to enable svelete hydratation on this plugin ? The goal is to have all the svelte component output in the source code of the output...