- egdi logo

- npm updates
- full responsive design
- LayerControl wit the option for defining a parent div
This commit is contained in:
Arno Kaimbacher 2020-12-14 17:22:02 +01:00
parent 572e6f41b5
commit 5c40b845bb
12 changed files with 1424 additions and 244 deletions

View file

@ -4,11 +4,12 @@
"path": "."
}
],
"settings": {},
"settings": {
"svg.preview.background": "custom"
},
"launch": {
"version": "0.2.0",
"configurations": [
"configurations": [
{
"type": "chrome",
"request": "launch",
@ -16,21 +17,20 @@
// "port": 9222,
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}",
"breakOnLoad": true,
"breakOnLoad": true,
// "sourceMapPathOverrides": {
// "webpack:///./~/*": "${workspaceFolder}/node_modules/*",
// "webpack:///./*": "${workspaceFolder}/*",
// "webpack:///*": "*",
// "webpack:///src/*": "${workspaceFolder}/*",
// },
// "sourceMapPathOverrides": {
// // "webpack:///src/*": "${workspaceFolder}/*",
// "webpack:///./*": "${workspaceFolder}/*"
// },
"sourceMaps": true,
"timeout": 15000
}
"sourceMaps": true,
"timeout": 15000
}
]
}
}