Skip to content

Commit c6e7810

Browse files
committed
Fix test
1 parent a158c73 commit c6e7810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = async (env, options) => {
3030
resolve: {
3131
extensions: [".ts", ".tsx", ".html", ".js"],
3232
fallback: {
33-
child_process: path.resolve(__dirname, "./../../node_modules/child_process/package.json"),
33+
child_process: false,
3434
fs: false,
3535
os: require.resolve("os-browserify/browser"),
3636
},

0 commit comments

Comments
 (0)