@geoblocks/legacylib
v1.0.0
Published
## Summary
Downloads
10
Keywords
Readme
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.