We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2716a commit 82f274fCopy full SHA for 82f274f
apps/noir-compiler/webpack.config.js
@@ -64,7 +64,7 @@ module.exports = composePlugins(withNx(), (config) => {
64
65
config.plugins.push(
66
new webpack.DefinePlugin({
67
- 'fetch': `((...args) => args[0].href && (args[0]).href.startsWith('https://github.com') ? fetch('https://api.allorigins.win/raw?url=' + args[0].href) : fetch(...args))`,
+ 'fetch': `((...args) => args[0].href && (args[0]).href.startsWith('https://github.com') ? fetch('https://common-corsproxy.remixproject.org/?proxy=' + args[0].href) : fetch(...args))`,
68
})
69
)
70
0 commit comments