ol-ext playground to test intégration in a web application bundler.
npm install
npm run dev
The web server is starting up on port 1234 and if you open up URL http://localhost:1234 in the browser you should be able to see the output result. The page will be reload on each modification to reflect the changes.
If you notice troubleshooting when building the project, remove the .parcel_cache/
and .dist/
folders manually and restart the command to clear the cache.
npm run build
The project will be created in the ./dist
folder.
Please use the ol-ext GitHub issue tracker for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.