Skip to content

Commit d4559c5

Browse files
committed
Fixes #2901 - [Autocomplete] - Asset mapper installs wrong css file
Explicitly add missign css files defined in package.json Relates to: #2901
1 parent 9e5f700 commit d4559c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Autocomplete/assets/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
},
3838
"importmap": {
3939
"@hotwired/stimulus": "^3.0.0",
40-
"tom-select": "^2.2.2"
40+
"tom-select": "^2.2.2",
41+
"tom-select/dist/css/tom-select.default.css": "^2.2.2",
42+
"tom-select/dist/css/tom-select.bootstrap4.css": "^2.2.2",
43+
"tom-select/dist/css/tom-select.bootstrap5.css": "^2.2.2"
4144
}
4245
},
4346
"peerDependencies": {

0 commit comments

Comments
 (0)