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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
parcel-bundler/parcel#6499 (comment)
parcel-bundler/parcel#6976 (comment)
Add a .proxyrc.js with
.proxyrc.js
module.exports = function (app) { app.use((req, res, next) => { res.removeHeader('Cross-Origin-Resource-Policy'); res.removeHeader('Cross-Origin-Embedder-Policy'); next(); }); };
The text was updated successfully, but these errors were encountered:
Or rather, enable it, now that parcel-bundler/parcel#6789 has been merged. 😉
Sorry, something went wrong.
Agreed @devongovett
No branches or pull requests
parcel-bundler/parcel#6499 (comment)
parcel-bundler/parcel#6976 (comment)
Add a
.proxyrc.js
withThe text was updated successfully, but these errors were encountered: