From 691af26895bcc2077c062bc5dd3f3ad3381fa51a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 3 Nov 2023 16:17:40 -0500 Subject: Add subpath imports (#1808) --- 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 78edf5749..924120495 100644 --- a/babel.config.js +++ b/babel.config.js @@ -37,6 +37,7 @@ module.exports = function (api) { { alias: { // This needs to be mirrored in tsconfig.json + '#': './src', lib: './src/lib', platform: './src/platform', state: './src/state', -- cgit 1.4.1