Skip to content

Commit 60ad2bd

Browse files
Change content format in manifest.json for add-lines to an array
1 parent 6817f3f commit 60ad2bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

symfony/ux-leaflet-map/2.19/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"add-lines": [
1111
{
1212
"file": "webpack.config.js",
13-
"content": "\n .addAliases({'leaflet/dist/leaflet.min.css': 'leaflet/dist/leaflet.css'})",
13+
"content": [
14+
"",
15+
" .addAliases({'leaflet/dist/leaflet.min.css': 'leaflet/dist/leaflet.css'})"
16+
],
1417
"position": "after_target",
1518
"target": ".autoProvidejQuery()"
1619
}

0 commit comments

Comments
 (0)