alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
28 lines (26 loc) • 474 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/cli/build/BuildOptions.ts
var buildOptions = {
jsx: "automatic",
loader: {
// Images
".png": "file",
".svg": "file",
".jpg": "file",
".jpeg": "file",
".gif": "file",
".webp": "file",
".avif": "file",
".ico": "file",
".bmp": "file",
// Fonts
".ttf": "file",
".otf": "file",
".eot": "file",
".woff": "file",
".woff2": "file"
}
};
export {
buildOptions
};