-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(moment): use replace plugin to replace moment #331
Conversation
We don't provide sourcemap at all, what is it going to fix? |
error occurs in my project. if there are no correct sourcemap file. rollup can't bundle file Before
can't generate bundle file from esm5/index.jssourcemap file is incorrectlyAfter
issue occur with rollup command
rollup.config.js
|
The process for generating esm5 index file is: Actually the input sourcemap feature for TypeScript has not landed yet: What's the benefit for having a wrong soucemap over not having it? |
Another question, would |
This PR is fine except title not being helpful. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #315 #85 #169 #240
What is the new behavior?
Does this PR introduce a breaking change?
Other information