bolt-cep
bolt-cep copied to clipboard
A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.1 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
I'm trying to save cache data for the extension when it's closed. I've put this snippet in **index.tsx**, but it doesn't seem to be working. Usually, I guess you'd put...
Hello i tried to run the cep extension, however i get: Which version of yarn should be used? Currently on Yarn 3.2.0, Mac M1 steps to reproduce 1. clone 2....
I'm getting some errors when running monaco built with bolt-cep, which I believe is related to the file paths not being correctly fixed with the `/assets` prefix. The issues seems...
Unfortunetly, babel (purposefully) transpiles array destructuring into code that uses `Array.isArray`, even if that's not available in the target environment. More info in this issue on the babel repo: https://github.com/babel/babel/issues/11195...
I've been using a slightly different `evalES` function in my own repo, proving nice autocompletion and type-safety between the scripts and calling them in the UI. ## Current experience Currently...
Fixes #27
I've tried this with multiple builds but after a while of development I start to get this error alert "TypeError: undefined is not an object" whenever I try to run...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...
Including `config.id` from `cep.config.ts` in `shared.ts` will cause the config bundled in browser code which may contains node.js specific code. (e.g.: glob files for copyAssets field).