File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ fast frontend, *and* enjoy the process:
13
13
things like JSX (React), Vue or TypeScript.
14
14
15
15
* :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.
17
17
18
18
================================ ================= ======================================================
19
19
Encore AssetMapper
20
20
================================ ================= ======================================================
21
21
Production Ready? yes yes
22
- Stable? yes :doc: ` experimental < /contributing/code/experimental >`
22
+ Stable? yes yes
23
23
Requirements Node.js none: pure PHP
24
24
Requires a build step? yes no
25
25
Works in all browsers? yes yes
@@ -121,7 +121,6 @@ AssetMapper
121
121
AssetMapper is an alternative to Webpack Encore that runs entirely in PHP
122
122
without any complex build steps. It leverages the ``importmap `` feature of
123
123
your browser, which is available in all browsers thanks to a polyfill.
124
- AssetMapper is currently :doc: `experimental </contributing/code/experimental >`.
125
124
126
125
:doc: `Read the AssetMapper Documentation </frontend/asset_mapper >`
127
126
You can’t perform that action at this time.
0 commit comments