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 373b0d9 commit fdb89cbCopy full SHA for fdb89cb
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