Skip to content

Commit cca071c

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: UX bundles: fix autoimport paths
2 parents 14958d0 + c2a1104 commit cca071c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/create_ux_bundle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ of packages in ``importmap`` should be the same as the ones in ``peerDependencie
4848
"fetch": "eager",
4949
"enabled": true,
5050
"autoimport": {
51-
"dist/bootstrap4-theme.css": false,
52-
"dist/bootstrap5-theme.css": true
51+
"@acme/feature/dist/bootstrap4-theme.css": false,
52+
"@acme/feature/dist/bootstrap5-theme.css": true
5353
}
5454
}
5555
},

0 commit comments

Comments
 (0)