From 6636e53d64cd1675e55a67e4bc03dff8fa8fcbac Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Sat, 13 Jun 2020 12:59:05 -0400 Subject: [PATCH] fix(react): include browserslist in build (#3174) --- workspace.json | 5 +++++ 1 file changed, 5 insertions(+) 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": "/" },