chore(deps): update source-map#280
Conversation
Codecov Report
@@ Coverage Diff @@
## master #280 +/- ##
==========================================
+ Coverage 92.83% 93.08% +0.24%
==========================================
Files 5 5
Lines 405 405
Branches 152 153 +1
==========================================
+ Hits 376 377 +1
+ Misses 28 27 -1
Partials 1 1
Continue to review full report at Codecov.
|
|
Sorry, we can't accept this PR, because webpack and other modules uses old sync version of |
I thought of that, but since there is nothing breaking, I made this PR. I thought may be other packages could update it one at a time.
I am not completely aware of the internals. We have quite a large app, and minify phase is quite slow, just felt like any improvement is good to have 😅 . |
We want to do it together with all future codebase - future
Updating source map do not improve perf in this case 😄 |
This PR contains a:
Motivation / Use-Case
Sourcemap v0.7 has some performance improvements.
Also removed an unused dependency
delBreaking Changes
None
Additional Info
None