Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2a1104

Browse filesBrowse 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
Copy full SHA for c2a1104

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎frontend/create_ux_bundle.rst

Copy file name to clipboardExpand all lines: frontend/create_ux_bundle.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.