Fixes for breaking changes

- new webpack dev server options
- babel support for async functions in hooks
- new uuid import style
- automatically open browser for testing
This commit is contained in:
Filip Proborszcz
2022-04-08 02:23:43 +02:00
parent ab00c9f426
commit d73add77e7
8 changed files with 48 additions and 51 deletions

View File

@@ -26,6 +26,7 @@
"license": "MIT",
"homepage": "https://github.com/maputnik/editor#readme",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
"@mapbox/mapbox-gl-style-spec": "^13.23.1",
"@mdi/react": "^1.5.0",
@@ -148,7 +149,6 @@
"express": "^4.17.3",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^4.5.2",
"is-docker": "^3.0.0",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.0",
"mkdirp": "^1.0.4",