I've been struggling to figure out what the issue is with Babel for the past two days.
The problem I'm facing is:
Uncaught ReferenceError: exports is not defined at app.js:2
It's causing a total of 102 errors in my Chrome console due to one line in my transpiled code:
exports.__esModule = true;
My project uses the following technologies:
Angular 1.6
Typescript
Babel@6
Any assistance would be greatly appreciated. Thank you :)