Crate turbopack_static

Source
Expand description

Static asset support for turbopack.

Static assets are copied directly to the output folder.

When imported from ES modules, they produce a thin module that simply exports the asset’s path.

When referred to from CSS assets, the reference is replaced with the asset’s path.

Modules§

css
ecma
fixed
output_asset

Functions§

register