about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-23 01:07:20 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-23 01:07:20 -0600
commite828f380e779b7c6c0b6cb45508ed59516c0feda (patch)
tree06a311ebb2d1a39ef4ea70fc2882b8e315938957 /babel.config.js
parentc5f28376c86478b4c55d9f0910d8d0cb4a1feb06 (diff)
downloadvoidsky-e828f380e779b7c6c0b6cb45508ed59516c0feda.tar.zst
Update web header and search
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
index 6ba90e98d..fa49ff866 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -20,6 +20,7 @@ module.exports = {
         alias: {
           // This needs to be mirrored in tsconfig.json
           lib: './src/lib',
+          platform: './src/platform',
           state: './src/state',
           view: './src/view',
         },