Skip to content

Commit f102010

Browse files
authored
Also publish src/ directory to npm, for source maps (#403)
1 parent d401fcf commit f102010

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
### v2.12.5 (not yet released)
4+
5+
* Also publish `src/` directory to npm, enabling source maps. <br/>
6+
[@maclockard](https://github.com/maclockard) in [#403](https://github.com/apollographql/graphql-tag/pull/403)
7+
38
### v2.12.4 (2021-04-29)
49

510
* Allow fragments to be imported by name when using the webpack loader. <br/>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"files": [
2121
"lib/",
22+
"src/",
2223
"loader.js",
2324
"main.js"
2425
],

0 commit comments

Comments
 (0)