zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
2 stars 3 forks source link

Bundle extension with webpack #36

Closed t1m0thyj closed 7 months ago

t1m0thyj commented 1 year ago

Like Zowe Explorer and the FTP extension 🙂 Some advantages of webpack are that it makes the VSIX install and launch faster.

zFernand0 commented 1 year ago

Consider using Turbopack 😋

traeok commented 1 year ago

Definitely not opposed to Turbopack, but if we are looking for something that is more matured (as Turbopack is in alpha), here are a few additional bundling options:

Update (3/15) - here's another option: https://github.com/farm-fe/farm

zFernand0 commented 7 months ago

We are now using turbopack 🥳