diff --git a/workspace.json b/workspace.json index 4d06a72276..6c932b9475 100644 --- a/workspace.json +++ b/workspace.json @@ -332,6 +332,11 @@ "glob": "**/files/**/.babelrc__tmpl__", "output": "/" }, + { + "input": "packages/react", + "glob": "**/files/**/.browserslistrc__tmpl__", + "output": "/" + }, { "input": "packages/react", "glob": "**/*.json", "output": "/" }, { "input": "packages/react", "glob": "**/*.d.ts", "output": "/" }, { "input": "packages/react", "glob": "**/*.js", "output": "/" },