From b770fdaa6f979030f7ad97dcbe941bbd4a07cb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 19 Jan 2022 19:17:03 +0100 Subject: [PATCH] Update `constraints.pro` --- constraints.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.pro b/constraints.pro index e0c7f7b75b13..11096b5b0e88 100644 --- a/constraints.pro +++ b/constraints.pro @@ -80,9 +80,9 @@ gen_enforced_field(WorkspaceCwd, 'exports', '{ ".": "./lib/index.js", "./package \+ workspace_field(WorkspaceCwd, 'private', true), % Exclude packages with more complex `exports` workspace_ident(WorkspaceCwd, WorkspaceIdent), - WorkspaceIdent \= '@babel/eslint-parser', WorkspaceIdent \= '@babel/compat-data', WorkspaceIdent \= '@babel/plugin-transform-react-jsx', % TODO: Remove in Babel 8 WorkspaceIdent \= '@babel/helper-plugin-test-runner', % TODO: Remove in Babel 8 WorkspaceIdent \= '@babel/standalone', + \+ atom_concat('@babel/eslint-', _, WorkspaceIdent), \+ atom_concat('@babel/runtime', _, WorkspaceIdent).