mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #64] Published npm version should contain src folder #132
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#132
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 @EugeneSnikhovskiy on GitHub (Feb 18, 2022).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/64
Hello. First of all thanks for great tool!
I updated my app to webpack 5 and it got smarter :)
For now I receive warnings that webpack can't find source maps for gql-query-builder
And, for example
node_modules/gql_query_builder/build/Fields.js.maphas this code"sources":["../src/Fields.ts"]points to a non-existent file@EugeneSnikhovskiy commented on GitHub (Feb 18, 2022):
I see
help wantedlabel.I don't know how you publish new versions, but I can assume that with
npm publishcommand,and probably you have
.npmignorefile in project root folder.If yes - you need to remove or comment
srcline in.npmignore@atulmy commented on GitHub (Jul 2, 2022):
Fixed by #69