1.0.0 • Published 6 years ago

@geoblocks/legacylib v1.0.0

Weekly downloads
1
License
BSD-2-Clause
Repository
-
Last release
6 years ago

Generate global legacy library from ES6 modules exports

Summary

This tool alows to generate a legacy library from ES6 modules.

Limitations

The tool requires that the js files have a @module annotation.

Example use (OpenLayers5)

npm i; cd ol5; npm i; npm run build

Credits

This tool is a generalized and simplified version of an Openlayers tool.