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
This is a plugin for esbuild that has three functions:
These content delivery networks provide NPM modules as ES modules, whether they were published that way or not.
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).