Skip to content

Commit

Permalink
Also publish src/ directory to npm, for source maps (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
maclockard authored Jun 25, 2021
1 parent d401fcf commit f102010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

### v2.12.5 (not yet released)

* Also publish `src/` directory to npm, enabling source maps. <br/>
[@maclockard](https://github.com/maclockard) in [#403](https://github.com/apollographql/graphql-tag/pull/403)

### v2.12.4 (2021-04-29)

* Allow fragments to be imported by name when using the webpack loader. <br/>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"files": [
"lib/",
"src/",
"loader.js",
"main.js"
],
Expand Down

0 comments on commit f102010

Please sign in to comment.