lemanschik / web-modules

A Web Module Loader can also be used in WInterCG Standard Supporting Runtimes
The Unlicense
0 stars 1 forks source link

***how to build a web-module*** out of ecmascript in a primitiv existing way? #6

Open lemanschik opened 1 year ago

lemanschik commented 1 year ago

how to build a web-module

out of ecmascript in a primitiv existing way?

NodeJS NPX Example WIP

npx @rollup -p @rollup/plugin-node-resolve entry-point.js --dir ./web-module

TODO: need to look which pattern is the right the one with a specific node version and workspaces or not the above is pseudo code that could work or not.