Closed yoannfleurydev closed 4 years ago
🤔 https://github.com/evanw/esbuild
At the moment, Parcel is used to bundle JavaScript files when it is changed. It takes times (a lot). esbuild has a JavaScript API, and can probably help for the build time.
esbuild
:+1: JIRA Issue created : [SDKCLI-37]
https://github.com/saagie/sdk/pull/66
:wastebasket: JIRA Issue closed : [SDKCLI-37]
🤔 https://github.com/evanw/esbuild
At the moment, Parcel is used to bundle JavaScript files when it is changed. It takes times (a lot).
esbuild
has a JavaScript API, and can probably help for the build time.