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 054c777 commit c5a58abCopy full SHA for c5a58ab
packages/webpack.web.config.js
@@ -41,7 +41,7 @@ module.exports = (env, argv) => {
41
* environments. The following allows compilation to pass in Web mode by never bundling the module in the final output for web mode.
42
*/
43
new webpack.IgnorePlugin({
44
- resourceRegExp: /httpResourceFetcher/, // matches the path in the require() statement
+ resourceRegExp: /node\/httpResourceFetcher/, // matches the path in the require() statement
45
}),
46
/**
47
* HACK: the ps-list module breaks Web mode if imported, BUT we still dynamically import this module for non web mode
0 commit comments