Skip to content

Commit fdb89cb

Browse files
committed
fixup
1 parent 373b0d9 commit fdb89cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack.web.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = (env, argv) => {
4141
* environments. The following allows compilation to pass in Web mode by never bundling the module in the final output for web mode.
4242
*/
4343
new webpack.IgnorePlugin({
44-
resourceRegExp: /httpResourceFetcher/, // matches the path in the require() statement
44+
resourceRegExp: /node\/httpResourceFetcher/, // matches the path in the require() statement
4545
}),
4646
/**
4747
* HACK: the ps-list module breaks Web mode if imported, BUT we still dynamically import this module for non web mode

0 commit comments

Comments
 (0)