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 43048c6 commit 8327da8Copy full SHA for 8327da8
scripts/webpack.general.config.js
@@ -76,11 +76,11 @@ module.exports = (options = {}) => ({
76
}],
77
},
78
}, {
79
- test: /node\-pty\-prebuilt(\\|\/)lib(\\|\/)windowsPtyAgent\.js/,
+ test: /node\-pty\-prebuilt(\\|\/)lib(\\|\/).*\.js/,
80
loader: "string-replace-loader",
81
options: {
82
multiple: [{
83
- search: "var pty = .*;",
+ search: "var pty = .*pty\.node.*;",
84
replace: "var pty = __non_webpack_require__(global.NODEPTY_LOCATION);",
85
flags: "g",
86
0 commit comments