Registry /
web-framework / symfony-webpack-encore-pack
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
EntrypointLookup
✓ use Symfony\WebpackEncoreBundle\Asset\EntrypointLookup;
Retrieve JavaScript files for an entry point
use Symfony\WebpackEncoreBundle\Asset\EntrypointLookup;
$entrypointLookup = new EntrypointLookup(__DIR__.'/build/entrypoints.json');
$files = $entrypointLookup->getJavaScriptFiles('app');
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.