In version 6 I could look in the code.js file in the project to find the compile error…
In version 7 I get a compile error referring to a location in the code.js file but can’t find the code.js file anywhere.??
In version 6 I could look in the code.js file in the project to find the compile error…
In version 7 I get a compile error referring to a location in the code.js file but can’t find the code.js file anywhere.??
code.js is a temporary file which is copied to wherever you are deploying to. If I need to look at it, I open the Sources tab in the Chrome Developer tools.