File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -376,17 +376,15 @@ inside the ``#[Security]`` attribute.
376376Web Assets
377377----------
378378
379- Use Webpack Encore to Process Web Assets
380- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
379+ .. _use-webpack-encore-to-process-web-assets :
381380
382- Web assets are things like CSS, JavaScript, and image files that make the
383- frontend of your site look and work great. `Webpack `_ is the leading JavaScript
384- module bundler that compiles, transforms and packages assets for usage in a browser.
381+ Use AssetMapper to Manage Web Assets
382+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
385383
386- :doc: ` Webpack Encore < /frontend >` is a JavaScript library that gets rid of most
387- of Webpack complexity without hiding any of its features or distorting its usage
388- and philosophy. It was created for Symfony applications, but it works
389- for any application using any technology .
384+ Web assets are the CSS, JavaScript, and image files that make the frontend of
385+ your site look and work great. :doc: ` AssetMapper < /frontend/asset_mapper >` lets
386+ you write modern JavaScript and CSS without the complexity of using a bundler
387+ such as ` Webpack `_ (directly or via :doc: ` Webpack Encore < /frontend/encore/index >`) .
390388
391389Tests
392390-----
You can’t perform that action at this time.
0 commit comments