react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

Support usage directly from the browser

Open ggondim opened this issue 2 years ago • 1 comments

I need to use the library directly from browser, without any package builder.

When I try to import it, the script expects to be used inside a CommonJS environment, so it uses the require global and related babel dependencies:

image image

ggondim avatar May 18 '22 18:05 ggondim

Please try to use 6.* versions with ESM support

ukrbublik avatar Jul 27 '23 17:07 ukrbublik