Closed lakshmiaswath closed 6 years ago
Even though we have transpiled through webpack we are getting the above mentioned error @ line exports.__esModule = true; in client.js file. What could be the issue?
exports.__esModule = true;
I could solve this issue.
Even though we have transpiled through webpack we are getting the above mentioned error @ line
exports.__esModule = true;
in client.js file. What could be the issue?