Hi Andrew, thanks for the great video. Can you tell me if it is possible to create and build a SPFx project with Bun instead of Node and NPM. If so, you could even do without Webpack. In other projects I have already achieved good results with Bun. The performance is just really good. I thought you might have heard something about it.
@Andrew_Connell Жыл бұрын
Unsure... I haven't played with Bun with SPFx projects. You can't get away from Webpack with SPFx projects as it's part of the build toolchain. I guess technically you could, but you'd have to do so much fine customizations for each project just to get a build to work that I don't see value in swapping Node out for Bun (at least for SPFx projects).