António Ferreira

Results 18 comments of António Ferreira

@kholiavko-roman which version are you using? Has mentioned in #1343 we now provide a modern version for everyone that doesn't need to rely on polyfills for browser compatibility.

@aralroca have you tried using the bundle available in `lib/dist/es.modern/`?

@kholiavko-roman Depends a bit on the bundler that you are using, some version of webpack/rollup support different ways of doing this. In principal you should be able to just prefix...

Hey Alex, Sorry I forgot to reach out to you on the other thread. Unfortunately by design Amazon Pay works in quite a different way then rest of payment methods...

For integrating Google Pay please take a look at this example: https://github.com/Adyen/adyen-web/blob/v4.9.0/packages/playground/src/pages/Wallets/Wallets.js

@dwieeb it's not working for us on 4.1.2 We were able to run the app on 3.20 with: ``` npm run ionic:build:before; ionic-app-scripts serve --sourceMap source-map --iscordovaserve --wwwDir platforms/browser/www/ --buildDir...

I'm having the exact same problem. As far as I could debug the problem is with the interaction with webpack. As soon as I have time I will debug it...

As far as we could test, no there are no side effects, so we decided to use it in production. I'm not an expert though, so maybe someone else can...

@RyanONeill1970 it's part of [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer), hope that helps.