diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 01:07:20 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 01:07:20 -0600 |
commit | e828f380e779b7c6c0b6cb45508ed59516c0feda (patch) | |
tree | 06a311ebb2d1a39ef4ea70fc2882b8e315938957 /babel.config.js | |
parent | c5f28376c86478b4c55d9f0910d8d0cb4a1feb06 (diff) | |
download | voidsky-e828f380e779b7c6c0b6cb45508ed59516c0feda.tar.zst |
Update web header and search
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
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', }, |