mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #50] Implement ES6 export module #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gql-query-builder#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nikita-lobkov on GitHub (Oct 1, 2020).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/50
Hello.
Angular 10 show a warning for every dependency that is imported in ES5. From now, angular require ES6 module to optimize build process.
More info here:
https://angular.io/guide/build#configuring-commonjs-dependencies
Gql-query-builder show warning like this:
my-service.ts depends on 'gql-query-builder'. CommonJS or AMD dependencies can cause optimization bailouts.Can this cool stuff for sure have ES6 export module as well within current commonJS?
Thanks and have a great day:)
@atulmy commented on GitHub (Oct 1, 2020):
@nikita-lobkov thanks for identifying the warning. Please feel free to submit a PR, I'll quickly look into it.