This example demonstrates how the ol
package and ol-layerswitcher with Parcel.
Install the project dependencies.
npm install
Start a dev server.
npm run dev
Create a production build (output to the dist
directory)
npm run build
See parceljs.org for more details of using Parcel.