1 2 3 4 5 6 7
module.exports = function (originalContent) { return originalContent .replace( /(windowOptions = {\n\s*)show: \w+/, "$1show: true", ); }