eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.2k stars 868 forks source link

Add support for "bun" to build frontend #1113

Closed sumanmahato closed 8 months ago

sumanmahato commented 9 months ago

Feature request

Current behavior right now, "bun" is not supported as a goal.

Expected behavior there is a use case where it would be helpful to access bun to execute scripts by providing arguments

deemkeen commented 9 months ago

There is an open PR, which implements the basic support: https://github.com/eirslett/frontend-maven-plugin/pull/1108