frontend-maven-plugin
frontend-maven-plugin copied to clipboard
Support for corepack
trafficstars
Do you want to request a feature or report a bug? Feature
The preferred way to manage the version of yarn is now corepack not checking the yarn file into the git repo: https://yarnpkg.com/getting-started/install
What is the current behavior? No support
What is the expected behavior?
- A flag to enable corepack support
- The plugin should run
corepack enable - Don't require setting a
yarnversion as it will be set in the package.json and corepack will handle fetching it
Please mention your frontend-maven-plugin and operating system version.
up vote here