# ol-webpack **Repository Path**: mirrors_openlayers/ol-webpack ## Basic Information - **Project Name**: ol-webpack - **Description**: OpenLayers + webpack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenLayers + Webpack This example demonstrates how the `ol` package can be used with webpack. Clone the project. git clone git@github.com:openlayers/ol-webpack.git Install the project dependencies. cd ol-webpack npm install Create a bundle for the browser. npm run build Open `index.html` to see the result. open index.html