-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Follow apf #1979
Comments
Note, this was angular emits:
I would like to emit an additional build to fix this instead of replacing it, wdyt? |
It's hard to produce fesm |
Why is it hard, shouldn't it just be target |
You have to put everything into a single module file |
That's the difference of |
Okay I looked around a bit and it seems that people just use rollup in es mode for |
@cromefire I would really prefer to have this in addition to |
Module is also in the apm standard |
But provides (f)esm5 |
@cromefire what do you think? |
This is more that proposed in #1989 |
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
The Angular Package Format defines
esm2015
as the field to use foresm
+es2015
so that should be used to denoteesm
instead ofmodule
Ref: #1973 (comment)
Angular Package Format
The text was updated successfully, but these errors were encountered: