Skip to content

Commit

Permalink
Include source maps for minified JS and CSS in the graphiql package. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
willstott101 authored Nov 26, 2021
1 parent ac75acd commit 49bce42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ninety-wasps-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphiql': patch
---

Include source maps for minified JS and CSS in the graphiql package.
4 changes: 3 additions & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"src",
"graphiql.js",
"graphiql.min.js",
"graphiql.min.js.map",
"graphiql.css",
"graphiql.min.css"
"graphiql.min.css",
"graphiql.min.css.map"
],
"scripts": {
"analyze-bundle": "cross-env NODE_ENV=production CDN=1 ANALYZE=1 yarn webpack -p",
Expand Down

2 comments on commit 49bce42

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.