Add custom builds section

Andreas Hocevar
2017-12-04 16:07:01 +01:00
parent bd564880f4
commit 23de7602f3

@@ -47,6 +47,12 @@ For the build environment, you can use anything that works with ES2015 modules.
As an interim solution, when working with webpack, the [closure-loader](https://www.npmjs.com/package/closure-loader) may help to make OpenLayers 5.x work with existing [closure-util](https://npmjs.com/package/closure-util) based applications.
### Users of custom builds
We recommend switching to a webpack based setup and import only what's needed from the [ol](https://npmjs.com/package/ol) package. See the [ol](https://npmjs.com/package/ol) package README for examples of how to setup and use OpenLayers like that for your application.
As an interim solution, you can use the full build (`ol.js` or `ol-debug.js`) instead.
## Type definitions and type checking
TBD