webpack is giving me an error when running npm run build. this is the error:
Invalid regular expression: /(?<=\.)(.*?)(?=\.)/: Invalid group (2391:33)
| };
| } else if (this.runFlag === true) {
| var regex = /(?<=\.)(.*?)(?=\.)/g;
let redirectRegex =
this.hostToRegex.length > 0
? this.hostToRegex.map(x => x.match(regex))
: null;