Skip to content

Commit

Permalink
fix: Remove /src from .npmignore (for debugging) (#761)
Browse files Browse the repository at this point in the history
Popper publishes source maps to NPM (great!) but it doesn't publish the /src folder that the sourcemaps point to. This makes it harder to debug into & set breakpoints in popper code from Chrome or an IDE like VSCode.  This PR updates .npmignore to ensure that the /src folder is also, along with /dist, is published to NPM.
  • Loading branch information
justingrant authored and FezVrasta committed May 8, 2019
1 parent f23a768 commit 36cc6c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/popper/.npmignore
Expand Up @@ -7,3 +7,4 @@
!dist/**/*
!index.d.ts
!index.js.flow
!src/**

0 comments on commit 36cc6c6

Please sign in to comment.