Skip to content

Commit 1406f09

Browse files
committed
AssetMapper is not experimental anymore
1 parent 86e71a4 commit 1406f09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ fast frontend, *and* enjoy the process:
1313
things like JSX (React), Vue or TypeScript.
1414

1515
* :ref:`AssetMapper <frontend-asset-mapper>`, is a production-ready simpler alternative
16-
to Webpack Encore that runs entirely in PHP. It's currently experimental.
16+
to Webpack Encore that runs entirely in PHP.
1717

1818
================================ ================= ======================================================
1919
Encore AssetMapper
2020
================================ ================= ======================================================
2121
Production Ready? yes yes
22-
Stable? yes :doc:`experimental </contributing/code/experimental>`
22+
Stable? yes yes
2323
Requirements Node.js none: pure PHP
2424
Requires a build step? yes no
2525
Works in all browsers? yes yes
@@ -121,7 +121,6 @@ AssetMapper
121121
AssetMapper is an alternative to Webpack Encore that runs entirely in PHP
122122
without any complex build steps. It leverages the ``importmap`` feature of
123123
your browser, which is available in all browsers thanks to a polyfill.
124-
AssetMapper is currently :doc:`experimental </contributing/code/experimental>`.
125124

126125
:doc:`Read the AssetMapper Documentation </frontend/asset_mapper>`
127126

0 commit comments

Comments
 (0)