plugin-samples icon indicating copy to clipboard operation
plugin-samples copied to clipboard

🔌 Sample Figma plugins.

Results 47 plugin-samples issues
Sort by recently updated
recently updated
newest added

Hey 👋 I upgraded ViteJS to v4 and changed the config according to new types. - Replaced `@vitejs/plugin-react-refresh` package with `@vitejs/plugin-react` - Upgraded `esbuild` version

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1. Changelog Sourced from vite's changelog. 4.5.1 (2023-12-04) fix: backport #15223, proxy html path should be encoded (#15226) (41bb354), closes #15223 #15226 Commits c075115 release:...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.0 to 5.0.5. Changelog Sourced from vite's changelog. 5.0.5 (2023-12-04) fix: emit vite:preloadError for chunks without deps (#15203) (d8001c5), closes #15203 fix: esbuild glob import resolve error...

dependencies

## Motivation I am creating a plugin based on the `variables-import-export` sample. I found the code is relatively more complicated than other samples. Migrating it to TS as well as...

Hello! I believe the root cause of the issue #142 stems from having multiple styles associated with the same "token" name. To avoid a repeat of this incident, we can...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Ensure figma.loadAllPagesAsync() is supported This API is not officially documented, and if it doesn’t exist, it will throw an error. You might want to check if it exists before calling...