Questions tagged [map]
The map tag has no summary.
3 questions
0 votes
1 answer
719 views
CSS Source Maps are empty after grunt refresh
On Magento 2.4.1, Developer Mode and SSR after running grunt clean grunt exec grunt less # OR grunt refresh Generated Source Maps looks like this {"version":3,"sources":[],"...
0 votes
1 answer
151 views
Can you map in require.js in a vendor/module to overwrite an HTML file in another vendor/module in Magento 2?
Instead of overwriting an HTML file in a core or 3rd party vendor/module via app/code, could you do it from another vendor/module via mapping in require.js?
0 votes
0 answers
93 views
How to create map Pick up Location input in Frontend. Magento2
I want to create a pick up input type in frontend where the user will select the location in map n then I'll get Latitude and Amplitude. Like you can see from the image. How can I create this? thanks