From 179c7a8158997a74c38428464ee4753d09bb3dad Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 27 Sep 2022 23:23:59 +0200 Subject: [PATCH] Allow audio files in the playground --- packages/playground/devEnv/build.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/playground/devEnv/build.ts b/packages/playground/devEnv/build.ts index 7734898..975b881 100644 --- a/packages/playground/devEnv/build.ts +++ b/packages/playground/devEnv/build.ts @@ -167,6 +167,8 @@ export async function start(options: { '.png': 'file', '.glb': 'file', '.gltf': 'file', + '.mp3': 'file', + '.ogg': 'file', '.svg': 'dataurl', }, define: {