Use Buffer in custom client #3631
-
I use a package that requires Buffer. I turned on this line in webpack for the local demo and it works well: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Run If that doesn't work, take a peek at deploy.js script. |
Beta Was this translation helpful? Give feedback.
-
Although I'm not 100% sure how You're welcome to take a look at the deploy.js script (runs with You could make an issue/feature request in the hubs-cloud repo so it's seen by the team! -- I just can't guarantee it will be worked on anytime soon unfortunately. |
Beta Was this translation helpful? Give feedback.
Although I'm not 100% sure how
Buffer=true
impacts sending the bundled client code to S3, the deploy script/deploy system isn't configured for it currently.You're welcome to take a look at the deploy.js script (runs with
npm run deploy
), if you figure out a way to get S3 to work withBuffer=true
, I'd be overjoyed to see. I'm sure everyone agrees, we'd LOVE the deploy process to be quicker.You could make an issue/feature request in the hubs-cloud repo so it's seen by the team! -- I just can't guarantee it will be worked on anytime soon unfortunately.