figma-plugin-react-template
figma-plugin-react-template copied to clipboard
Quickstart your Figma Plugin with this template and tooling.
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
I am trying to use an image from assets folder like: The plugin UI is always displaying "NONE". App.tsx is located in "components" folder while images are in "assets" folder,...
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...
Hi, thanks for providing this template. I found it useful but noticed the dependencies are behind. I migrated from `html-webpack-inline-source-plugin` to `react-dev-utils/InlineChunkHtmlPlugin` because the former is no longer maintained. Tested...
using regular way to import `import { foo } from './func.ts'`, and call `foo()` got > TypeError: not a function > at ./src/plugin/controller.ts (PLUGIN_71_SOURCE:119) > at call (native) > at...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.35. Release notes Sourced from postcss's releases. 8.4.35 Avoid ! in node.parent.nodes type. Allow to pass undefined to node adding method to simplify types. 8.4.34...
This tripped me up for a while until I realized why the onmessage in App.tsx doesn't fire in the example. Maybe just add a setTimeout to the figma.closePlugin call in...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...