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 ce968b6 commit c42b63eCopy full SHA for c42b63e
scripts/webpack.general.config.js
@@ -55,17 +55,6 @@ module.exports = (options = {}) => ({
55
flags: "g",
56
}],
57
},
58
- }, {
59
- // This is required otherwise it attempts to require("package.json")
60
- test: /@oclif(\\|\/)command(\\|\/)lib(\\|\/)index\.js/,
61
- loader: "string-replace-loader",
62
- options: {
63
- multiple: [{
64
- search: "checkNodeVersion\\(\\);",
65
- replace: "",
66
- flags: "g",
67
- }],
68
- },
69
}, {
70
test: /node\-pty\-prebuilt(\\|\/)lib(\\|\/)index\.js/,
71
loader: "string-replace-loader",
0 commit comments