Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion symfony/ux-leaflet-map/2.19/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"conflict": {
"symfony/webpack-encore-bundle": "<2.0",
Comment thread
jonathan-stimactiv marked this conversation as resolved.
Outdated
"symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0"
},
"env": {
"#1": "Options available at https://github.com/symfony/ux/blob/2.x/src/Map/src/Bridge/Leaflet/README.md",
"#2": "",
"UX_MAP_DSN": "leaflet://default"
}
},
"add-lines": [
{
"file": "webpack.config.js",
"content": "\n .addAliases({'leaflet/dist/leaflet.min.css': 'leaflet/dist/leaflet.css'})",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you just please convert this into an array, as done in 266f98b?

"position": "after_target",
"target": ".autoProvidejQuery()"
}
]
}
Loading