The package.json file of the symfony/webpack-encore-bundle contains the regenerator-runtime package. Our abandoned package checker picked up on this. For good reason it seems, as the GitHub repo is marked as archived and the last release was 2 years ago. What is the purpose of this package in the context of the webpack encore bundle? The package was added when I updated the recipe (from version 2.0 to 2.1 if I'm interpreting the symfony.lock correctly), it wasn't installed before (it must have been removed manually as it is present in the 2.0 version of the recipe), and my encore builds worked fine then.
The package.json file of the
symfony/webpack-encore-bundlecontains theregenerator-runtimepackage. Our abandoned package checker picked up on this. For good reason it seems, as the GitHub repo is marked as archived and the last release was 2 years ago. What is the purpose of this package in the context of the webpack encore bundle? The package was added when I updated the recipe (from version 2.0 to 2.1 if I'm interpreting the symfony.lock correctly), it wasn't installed before (it must have been removed manually as it is present in the 2.0 version of the recipe), and my encore builds worked fine then.