jonschlinkert/get-value

Unexpected Identifier and WebpackJsonp not defined on building Android in Ionic

n0script opened this issue · 1 comments

First of all i want to thank you for all those helpful contributions.

To the problem:
We are developing apps with ionic latest versions. If we try to build the android version we always get error in console caused by get-value 3.0.1. Unexpected Identifier (vendor.js) which causes WebpackJsonp to be undefined.

We switched back to get-value 2.0.6 and the error is gone.

Not sure how it comes, just wanted to let someone know about this problem.

Kindly regards,
Miro Krenz

doowb commented

@n0script I'm not familiar with ionic nor building for android, but this seems like an issue with the build tool that you're using since the get-value works in node. There may be a configuration setting that you need to use.