Skip to content

Commit ce150c1

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [Frontend] Create a UX bundle: fix code block indentation
2 parents 996a548 + 4c955a6 commit ce150c1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

frontend/create_ux_bundle.rst

+16-16
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@ In this case, the file located at ``[assets directory]/dist/controller.js`` will
7070

7171
1. Add the following to your ``package.json`` file:
7272

73-
.. code-block:: json
74-
75-
{
76-
"scripts": {
77-
"build": "babel src --extensions .ts -d dist"
78-
},
79-
"devDependencies": {
80-
"@babel/cli": "^7.20.7",
81-
"@babel/core": "^7.20.12",
82-
"@babel/plugin-proposal-class-properties": "^7.18.6",
83-
"@babel/preset-env": "^7.20.2",
84-
"@babel/preset-typescript": "^7.18.6",
85-
"@hotwired/stimulus": "^3.2.1",
86-
"typescript": "^4.9.5"
87-
}
88-
}
73+
.. code-block:: json
74+
75+
{
76+
"scripts": {
77+
"build": "babel src --extensions .ts -d dist"
78+
},
79+
"devDependencies": {
80+
"@babel/cli": "^7.20.7",
81+
"@babel/core": "^7.20.12",
82+
"@babel/plugin-proposal-class-properties": "^7.18.6",
83+
"@babel/preset-env": "^7.20.2",
84+
"@babel/preset-typescript": "^7.18.6",
85+
"@hotwired/stimulus": "^3.2.1",
86+
"typescript": "^4.9.5"
87+
}
88+
}
8989
9090
2. Run either ``npm install`` or ``yarn install`` to install the new dependencies.
9191

0 commit comments

Comments
 (0)