Skip to content

Commit

Permalink
fix(gatsby-plugin-cxs): Publish plugin files properly (#11902)
Browse files Browse the repository at this point in the history
<!--
  Have any questions? Check out the contributing docs at https://gatsby.app/contribute, or
  ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
`gatsby-ssr.js` is not included in the NPM package. Due to two rules below in `.npmignore`
```
/*.js
!/index.js
```
After PR, the file will be published to the npm.

## Related Issues

<!--
  Link to the issue that is fixed by this PR (if there is one)
  e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
N/A
  • Loading branch information
jaehwan-moon authored and DSchau committed Feb 19, 2019
1 parent eed58c4 commit db2f010
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/gatsby-plugin-cxs/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ flow-typed
coverage
decls
examples
/*.js
!/index.js

0 comments on commit db2f010

Please sign in to comment.