Skip to content

Commit 343ebbb

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: UX bundles: fix autoimport paths
2 parents 398a827 + cca071c commit 343ebbb

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)