{"library":"react-figma-webpack-config","title":"react-figma-webpack-config","description":"Webpack configuration preset for React Figma plugin development. Version 0.0.7 (last release, no recent updates). Provides a preconfigured webpack setup optimized for Figma plugin projects using React, TypeScript, and SVG. Requires manual installation of peer dependencies (html-webpack-plugin, html-webpack-inline-source-plugin, svg-inline-loader, ts-loader, webpack, webpack-merge). Exports a function that returns a webpack config object, with optional overrides for entry points and other settings. Lightweight alternative to custom webpack setup for Figma plugins, but limited documentation and low activity.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install react-figma-webpack-config"],"cli":null},"imports":["const configure = require('react-figma-webpack-config');","configure({ entry: { ui: './src/ui.js', code: './src/code.js' } })","configure()"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// webpack.config.js\nvar configure = require('react-figma-webpack-config');\n\nmodule.exports = configure({\n  entry: {\n    ui: './src/ui.tsx',\n    code: './src/code.ts'\n  },\n  output: {\n    path: __dirname + '/dist'\n  }\n});","lang":"javascript","description":"Creates a webpack configuration for a Figma plugin with React UI and TypeScript code entry points.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}