web-react-components icon indicating copy to clipboard operation
web-react-components copied to clipboard

Expose the webcomponent as a JS bundle

Open ridan opened this issue 6 years ago • 1 comments

Currently it seems the app turns the react component into a Webcomponent and that Webcomponent is accessible in the app somehow(no idea). Would there be a way to configure the tool to spit out all the Webcomponents into separate JS bundles so they can be reused in other projects?

ridan avatar Jul 09 '19 13:07 ridan

@ridan sorry for the long delay. If you're trying to reuse the components that you are creating you can use the convert function to create components which you will turn into your own library yourself. web-react-components is a library not a build tool but you could achieve what you asked about in the way I suggested.

ChristophP avatar Nov 19 '19 20:11 ChristophP