You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
For example, if we had: const sourceMappingURL = require('source-map-url'); const code = 'console.log("//# sourceMappingURL=index.js.map")'; sourceMappingURL.removeFrom(code);
There is no SourceMappingURL comment in the piece of code, but the current build would remove the string contents in the code segment.
The text was updated successfully, but these errors were encountered:
For example, if we had:
const sourceMappingURL = require('source-map-url');
const code = 'console.log("//# sourceMappingURL=index.js.map")';
sourceMappingURL.removeFrom(code);
There is no SourceMappingURL comment in the piece of code, but the current build would remove the string contents in the code segment.
The text was updated successfully, but these errors were encountered: