kblincoe / VisualGit_SE701_3

0 stars 0 forks source link

Compiling the existing master code causes the revision history graph to disappear #76

Open Mehdi-Shah opened 6 years ago

Mehdi-Shah commented 6 years ago

The repository window should look like this when a change is made: image

After compiling the code the graph disappears and the window looks like this: image

Size Estimate: Medium

Mehdi-Shah commented 6 years ago

@softeng-701

softeng-701 commented 6 years ago

@Mehdi-Shah So this was broken in a previous PR?

Mehdi-Shah commented 6 years ago

@softeng-701 it was like this with the original master code too. The pre-compiled JavaScript worked fine but after compiling and running the program this error showed up.

chaomix commented 6 years ago

@Mehdi-Shah try commenting out or removing 'exports.__esModule = true' in the git.js file? That solved it for me.

Mehdi-Shah commented 6 years ago

Didn't seem to work for me, after compiling the project the graph remains broken.

softeng-701 commented 6 years ago

@Mehdi-Shah Approved. Size label is subject to the time taken and may be reassessed. Thanks!

sahilcc7 commented 6 years ago

Claimed

softeng-701 commented 6 years ago

@Mehdi-Shah This PR is for a closed issue, was it closed before a PR resolved it?