quip / quip-apps

Quip Live Apps API for creating applications in Quip documents.
Apache License 2.0
107 stars 75 forks source link

Downgrade Webpack from 5 to 4 to fix Live App build errors #570

Closed kvnlam closed 4 months ago

kvnlam commented 4 months ago

In our recent changes we upgraded to Webpack 5. However this is causing the Salesforce List live app build to break. In an attempt to resolve the issue we're downgrading Webpack 5 back to 4.

Tested locally via npm install && npm test && npm run build