The bundler resolves files and modules at load time, bundles them, and allows the manifoldCAD runtime to provide objects (like manifold itself) and properties (such as import.meta.url).
import.meta.url
These content delivery networks provide NPM modules as ES modules, whether they were published that way or not.
This is a plugin for esbuild that has three functions:
The bundler resolves files and modules at load time, bundles them, and allows the manifoldCAD runtime to provide objects (like manifold itself) and properties (such as
import.meta.url).