Skip to content

Commit c2a1104

Browse files
committed
minor #19218 UX bundles: fix autoimport paths (jmsche)
This PR was merged into the 5.4 branch. Discussion ---------- UX bundles: fix autoimport paths Commits ------- 0ef5c2d UX bundles: fix autoimport paths
2 parents 4c2629f + 0ef5c2d commit c2a1104

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
@@ -47,8 +47,8 @@ to the ``peerDependencies``:
4747
"fetch": "eager",
4848
"enabled": true,
4949
"autoimport": {
50-
"dist/bootstrap4-theme.css": false,
51-
"dist/bootstrap5-theme.css": true
50+
"@acme/feature/dist/bootstrap4-theme.css": false,
51+
"@acme/feature/dist/bootstrap5-theme.css": true
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)