We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-up of #785, absolute paths can still happens with module imports.
Example from https://github.com/socketio/engine.io-client/blob/master/package.json#L69-L74:
"browser": { "ws": false, "xmlhttprequest-ssl": "./lib/xmlhttprequest.js", "./lib/transports/websocket-constructor.js": "./lib/transports/websocket-constructor.browser.js", "./lib/globalThis.js": "./lib/globalThis.browser.js" },
Causes an absolute path in the source map:
"(disabled):/Users/eelco/Projects/Example/node_modules/engine.io-client/node_modules/ws/browser.js"
The text was updated successfully, but these errors were encountered:
fix evanw#786: avoid absolute paths for disabled modules
cd8822a
fix #786: avoid absolute paths for disabled modules (#787)
6d4147c
release notes for #786
1650459
Successfully merging a pull request may close this issue.
Follow-up of #785, absolute paths can still happens with module imports.
Example from https://github.com/socketio/engine.io-client/blob/master/package.json#L69-L74:
Causes an absolute path in the source map:
The text was updated successfully, but these errors were encountered: