Chris Crowley

Results 3 comments of Chris Crowley

I set "deployOnSave" equal to "dev" instead of true. ```JavaScript { "deploy": { "packages": [{ "name": "Web Files", "description": "Web Files", "files": [ "**/*.html", "**/*.js", "**/*.css" ], "exclude": [ ".vscode/**",...

I'm also having this problem along with the [optional chaining operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining) (?.) not rendering properly.