You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
First of all, kudos to you all for contributing such an amazing library.
I am using it in Ionic 5/ Angular apps to generate elastic search queries. I noticed the following warning when using it
[ng] Warning: /xxxx.ts depends on 'storefront-query-builder'. CommonJS or AMD dependencies can cause optimization bailouts.
[ng] For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I think if we build it as ES6 modules instead of ES5, we have the advantage of having tree shaking which can help to reduce the JavaScript payload.
WDYAT?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi team,
First of all, kudos to you all for contributing such an amazing library.
I am using it in Ionic 5/ Angular apps to generate elastic search queries. I noticed the following warning when using it
I think if we build it as ES6 modules instead of ES5, we have the advantage of having tree shaking which can help to reduce the JavaScript payload.
WDYAT?
The text was updated successfully, but these errors were encountered: