You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ for bundling JavaScript modules, pre-processing CSS & JS and compiling
10
10
and minifying assets. Encore gives you a professional asset system
11
11
that's a *delight* to use.
12
12
13
+
> [!TIP]
14
+
> Symfony released an [AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html) component, a production-ready simpler alternative to Webpack Encore
15
+
> that runs entirely in PHP.
16
+
13
17
Encore is inspired by [Webpacker](https://github.com/rails/webpacker) and
14
18
[Mix](https://laravel.com/docs/mix), but stays in the spirit of
15
19
Webpack: using its features, concepts and naming conventions for a familiar
@@ -20,5 +24,4 @@ feel. It aims to solve the most common Webpack use cases.
20
24
21
25
## Documentation
22
26
23
-
[Read the Documentation on symfony.com](https://symfony.com/doc/current/frontend.html)
24
-
or view a demo application: [symfony/demo](https://github.com/symfony/demo).
27
+
[Read the Documentation on symfony.com](https://symfony.com/doc/current/frontend.html).
0 commit comments