From ac48039b90ca28516f72f86fd34f885bacf9fa89 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 17 Sep 2015 16:40:18 -0700 Subject: [PATCH] [Mobile] Create empty bundle for mobile --- platform/mobile/bundle.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 platform/mobile/bundle.json diff --git a/platform/mobile/bundle.json b/platform/mobile/bundle.json new file mode 100644 index 0000000000..05df441424 --- /dev/null +++ b/platform/mobile/bundle.json @@ -0,0 +1,5 @@ +{ + "extensions": { + + } +}