-
-
Notifications
You must be signed in to change notification settings - Fork 107
Add groundwork for source map support #715
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
Conversation
🦋 Changeset detectedLatest commit: e093373 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Size Change: +1.55 kB (0%) Total Size: 763 kB
ℹ️ View Unchanged
|
2b15fca to
1f2aaf9
Compare
Proper support will need to come at a later time
|
Currently waiting on Rich-Harris/sourcemap-codec#85 to be merged and released. It's the reason our CI is failing here. |
c876fb8 to
5119f77
Compare
5119f77 to
a7ac55f
Compare
|
Alright, used |
This was introduced in #715 by a wrong `String.prototype.replace´ to a `while` loop conversion.
This PR adds a bit of groundwork for supporting source maps in WMR. There is lots more work to do, but this is a complete enough start ready to be merged and to build upon.
nullvalue insourcesarray of source maps.mapfiles not being servedoptions.sourcemapnot passed to pluginsoptions.sourcemapalways beingfalseimport-assertionplugin when no changes were made.Fixes #699