@equinor/fusion-framework-cli
Version:
--- title: Fusion Framework CLI ---
15 lines • 396 B
JavaScript
export const PLUGIN_NAME = 'vite:fusion:app-assets';
/**
* General asset extensions.
*/
export const ASSET_EXTENSIONS = [
// Images
...['png', 'jpg', 'jpeg', 'gif', 'svg', 'ico', 'webp'],
// Videos and audio
...['mp4', 'webm', 'mp3'],
// Fonts
...['woff2', 'woff', 'eot', 'ttf', 'otf'],
// Documents
...['pdf', 'md', 'txt'],
];
//# sourceMappingURL=static.js.map