fix(react): include browserslist in build (#3174)

This commit is contained in:
Jason Jean 2020-06-13 12:59:05 -04:00 committed by GitHub
parent 6314e24450
commit 6636e53d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": "/" },