Skip to content

haytastan/ol-ext-parcel-bundler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ol-ext-parcel-bundler

ol-ext playground to test intégration in a web application bundler.

See examples online!

Getting Started

To create the project:

npm install

To start the server:

npm start

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 ./.cache and ./.dist folder 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 ./build 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.

About

ol-ext + parcel-bunlder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.9%
  • HTML 29.0%
  • CSS 23.1%