From e828f380e779b7c6c0b6cb45508ed59516c0feda Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 23 Feb 2023 01:07:20 -0600 Subject: Update web header and search --- babel.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'babel.config.js') 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', }, -- cgit 1.4.1