Remove all unessesary relative import

This commit is contained in:
garronej
2023-03-19 16:28:38 +01:00
parent 20937c4f72
commit 7ad9d7b291
10 changed files with 13 additions and 11 deletions

View File

@ -37,6 +37,8 @@ fs.writeFileSync(
)
);
fs.cpSync(pathJoin(rootDirPath, "src"), pathJoin(rootDirPath, "dist", "src"), { "recursive": true });
const commonThirdPartyDeps = (() => {
// For example [ "@emotion" ] it's more convenient than
// having to list every sub emotion packages (@emotion/css @emotion/utils ...)