Bundlers
WyW provides plugins/loaders for several bundlers and frameworks. Pick the one you use:
Note: WyW packages are ESM-only. If your bundler config is still CommonJS, switch to an ESM config file (for example
vite.config.mjs,next.config.mjs,webpack.config.mjs) or use dynamicimport().
If you need bundler-agnostic extraction, see Bundler-agnostic extraction.