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 a158c73 commit c6e7810Copy full SHA for c6e7810
test/end-to-end/webpack.config.js
@@ -30,7 +30,7 @@ module.exports = async (env, options) => {
30
resolve: {
31
extensions: [".ts", ".tsx", ".html", ".js"],
32
fallback: {
33
- child_process: path.resolve(__dirname, "./../../node_modules/child_process/package.json"),
+ child_process: false,
34
fs: false,
35
os: require.resolve("os-browserify/browser"),
36
},
0 commit comments