-
Notifications
You must be signed in to change notification settings - Fork 66
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
source-map-generator needs to be bundled #223
Comments
This will be the first full runtime dependency, so I want to make sure: |
With runtime dependencies, do you mean runtime dependencies in the browser or a nodeJS dependency? |
I think that for the common browser case, we will continue to bundle dependencies with rollup. You'll still be able to do a single-line include and get things working. For the Node case, we will unbundle We could also mark Does that make sense? |
Fixed in v2.0.0 |
npm init
npm i github:peggyjs/peggy#1.3
npx peggy -h
I think it's already bundled into
browser/peggy.min.js
. It's not enough to use rollup to get it into the binary, since it will also be needed by the API.The text was updated successfully, but these errors were encountered: