Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via composer

symfony/webpack-encore-bundle v2.1.1

Integration with your Symfony app & Webpack Encore!
Package summary
Share
0
issues
1
license
22
MIT
Package created
26 Oct 2018
Version published
22 Oct 2023
Maintainers
1
Total deps
22
Direct deps
5
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
22 Packages, Including:
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/log@3.0.0
symfony/asset@v7.0.7
symfony/config@v7.0.7
symfony/dependency-injection@v7.0.7
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v7.0.7
symfony/event-dispatcher@v7.0.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/http-foundation@v7.0.7
symfony/http-kernel@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.7
symfony/service-contracts@v3.5.0
symfony/var-dumper@v7.0.7
symfony/var-exporter@v7.0.7
symfony/webpack-encore-bundle@v2.1.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

5
All Dependencies CSV
β“˜ This is a list of symfony/webpack-encore-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/assetv7.0.7-MIT
prod
symfony/configv7.0.7-MIT
prod dev
symfony/dependency-injectionv7.0.7-MIT
prod dev
symfony/http-kernelv7.0.7-MIT
prod dev
symfony/service-contractsv3.5.0-MIT
prod dev

Visualizations

Frequently Asked Questions

What does symfony/webpack-encore-bundle do?

The symfony/webpack-encore-bundle is a tool designed to boost the performance and efficiency of your Symfony applications. It integrates your Symfony application with Webpack Encore which is a simpler way to manage your JavaScript and CSS assets. One of the main features of this bundle is its ability to use the splitEntryChunks() function from Webpack Encore, which allows for the separation of your application's JavaScript and CSS codes into smaller, more manageable chunks. By reading an entrypoints.json file, it helps render all the needed dynamic script and link tags, improving the performance of your web application.

How do you use symfony/webpack-encore-bundle?

To use the symfony/webpack-encore-bundle in your Symfony application, you first need to install it. This typically involves using composer, the PHP package manager. Below is an example of how you would include it in your project:

composer require symfony/webpack-encore-bundle

Once the package is installed, your Symfony application can start benefiting from the features provided by the bundle. The bundle will automatically read from the entrypoints.json file generated by Webpack Encore and render the correct script and link tags in your templates.

The use of splitEntryChunks() is especially helpful in large applications where you have a lot of JavaScript or CSS codes. This method allows you to split your code into smaller, more manageable chunks, which can then be loaded independently. This can improve loading times and overall performance.

Where are the symfony/webpack-encore-bundle docs?

The symfony/webpack-encore-bundle documentation is located on the Symfony website. It provides a comprehensive guide on how to install, configure, and effectively use the bundle in your Symfony applications. You can access it at the following link: symfony/webpack-encore-bundle documentation