Awesome
ol-ext-parcel-bundler
ol-ext playground to test intégration in a web application bundler.
Getting Started
To create the project:
npm install
To start the server:
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.
To create a production-ready bundle
npm run build
The project will be created in the ./dist
folder.
Bugs
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.