Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove /src from .npmignore (for debugging) #761

Merged
merged 1 commit into from May 8, 2019

Commits on Mar 16, 2019

  1. Remove /src from .npmignore (for debugging)

    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.
    justingrant committed Mar 16, 2019
    Copy the full SHA
    4020721 View commit details
    Browse the repository at this point in the history