Skip to content

Paste >=19.7.0 compatibility with Twilio CLI #3416

Answered by SiTaggart
dmitriy-kudelko asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dmitriy-kudelko

So, in v19.7.0 we bumped our browser targets from target: ['chrome66', 'firefox58', 'safari11', 'edge79', 'node12.19.0'], to target: ['chrome100', 'firefox100', 'safari14', 'edge100', 'node18.16.0'],

This helps make our bundles a little smaller as modern browsers and node now support many more JavaScript features that would no longer require being transpiled when we compile our typescript.

What this has resulted in is the removal of the object spread and object rest spread shims from our compiled JS. That, by the looks of it, is what is causing the Flex plugin builder to have problems. You might need to update that webpack config to transpile our code before it gets ru…

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@TheSisb
Comment options

@dmitriy-kudelko
Comment options

@dmitriy-kudelko
Comment options

@SiTaggart
Comment options

Answer selected by dmitriy-kudelko
@SiTaggart
Comment options

@dmitriy-kudelko
Comment options

@moretalk
Comment options

@serifluous
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants