hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
309 stars 40 forks source link

Including config.id from cep.config.ts cause the config bundled in browser code #125

Open aztack opened 7 months ago

aztack commented 7 months ago

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).