triniwiz / nativescript-stripe

Apache License 2.0
49 stars 32 forks source link

fix(NS6-build): Fix NS v6 Build Problems #91

Closed RobertGardner closed 4 years ago

RobertGardner commented 4 years ago

PR Checklist

What is the current behavior?

Build breaks on NS v6 because WebPack cannot inline const enums using transpileOnly option.

What is the new behavior?

Client code that uses the enums must change transpileOnly in webpack.config.js to false.

Fixes/Implements/Closes #90 .

Client code that uses the enums must change transpileOnly in webpack.config.js to false. Note that Angular builds do not need to make any changes since they do not have a transpileOnly mode.