uppy/examples/svelte-example
Antoine du Hamel 7b0db7d3a0
meta: use node: protocol when using Node.js built-in core modules (#3871)
`node:` protocol is available as of Node.js 14.18.0 LTS. Since we are
dropping support for all Node.js versions below that, we can take
advantage of this prefix to help differentiate built-in modules from npm
modules.
2022-07-18 14:09:03 +02:00
..
public Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
src tools: enable linter for TypeScript (#2997) 2021-07-13 14:28:14 +02:00
.gitignore Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
package.json meta: update npm deps (#3352) 2021-12-09 18:12:34 +01:00
postcss.config.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
README.md Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
rollup.config.js meta: use node: protocol when using Node.js built-in core modules (#3871) 2022-07-18 14:09:03 +02:00
tsconfig.json Svelte integration (#2671) 2020-12-23 13:45:26 +00:00

svelte-example

More info coming soon...