Skip to content

Update node to 10.15.1 #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 16, 2019
Prev Previous commit
Next Next commit
Remove string replace that was used for oclif
  • Loading branch information
code-asher committed Apr 9, 2019
commit c42b63ec3c8c532fab283fead2cf3fa569f6aaa6
11 changes: 0 additions & 11 deletions scripts/webpack.general.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ module.exports = (options = {}) => ({
flags: "g",
}],
},
}, {
// This is required otherwise it attempts to require("package.json")
test: /@oclif(\\|\/)command(\\|\/)lib(\\|\/)index\.js/,
loader: "string-replace-loader",
options: {
multiple: [{
search: "checkNodeVersion\\(\\);",
replace: "",
flags: "g",
}],
},
}, {
test: /node\-pty\-prebuilt(\\|\/)lib(\\|\/)index\.js/,
loader: "string-replace-loader",
Expand Down