fix(react): include browserslist in build (#3174)
This commit is contained in:
parent
6314e24450
commit
6636e53d64
@ -332,6 +332,11 @@
|
|||||||
"glob": "**/files/**/.babelrc__tmpl__",
|
"glob": "**/files/**/.babelrc__tmpl__",
|
||||||
"output": "/"
|
"output": "/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"input": "packages/react",
|
||||||
|
"glob": "**/files/**/.browserslistrc__tmpl__",
|
||||||
|
"output": "/"
|
||||||
|
},
|
||||||
{ "input": "packages/react", "glob": "**/*.json", "output": "/" },
|
{ "input": "packages/react", "glob": "**/*.json", "output": "/" },
|
||||||
{ "input": "packages/react", "glob": "**/*.d.ts", "output": "/" },
|
{ "input": "packages/react", "glob": "**/*.d.ts", "output": "/" },
|
||||||
{ "input": "packages/react", "glob": "**/*.js", "output": "/" },
|
{ "input": "packages/react", "glob": "**/*.js", "output": "/" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user