Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/c328f4c9cad4b46b5cbf918bfa617bc42ccf4384 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Transpile logical assignment operators with babel

(cherry picked from commit 3cf4d2907e32e81050f35cda042dcc2b4641d40d)
pull/4509/head
Bogdan 1 year ago
parent aa98bb16e9
commit c328f4c9ca

@ -2,6 +2,8 @@ const loose = true;
module.exports = {
plugins: [
'@babel/plugin-transform-logical-assignment-operators',
// Stage 1
'@babel/plugin-proposal-export-default-from',
['@babel/plugin-transform-optional-chaining', { loose }],

Loading…
Cancel
Save