geoblocks / legacylib

Tool to build a legacy library from source code using ES6 modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tool to build a legacy library from source code using ES6 modules


Languages

Language:JavaScript 100.0%