amaury1093 / react-mapbox-gl-draw

Draw tools for Mapbox with React: 🗺️ react-mapbox-gl + 🖌️ mapbox-gl-draw
MIT License
184 stars 28 forks source link

Fix/webpack dev server #565

Open starnutoditopo opened 2 years ago

starnutoditopo commented 2 years ago

Fix issue with webpack-dev-server (now deprecated) Add missing import of css that causes error in controls display Removed "fs: 'empty'" configuration; warning: this line was marked with a reference to an issue Add support to in-container development with VSCode and Docker. To run the example within VSCode: just open the project's directory in container, then in a terminal, run "yarn", then "yarn example"; view the result in a browser at www://localhost:8080