describo / crate-builder-component

A VueJS UI component to build an RO-Crate
MIT License
6 stars 3 forks source link

Disable generation of process.env in web component build #41

Closed beepsoft closed 1 year ago

beepsoft commented 1 year ago

Without this, in pure HTML the web component fails with:

Uncaught ReferenceError: process is not defined

marcolarosa commented 1 year ago

I haven't built a release with this yet. Can it wait or do you need it straight away?

beepsoft commented 1 year ago

Sure, it can wait, it is not required by the React component, it only affects the use of the crate builder as a pure web component.