chore: fix node out of memory issues (#2712)
This commit is contained in:
@ -102,6 +102,13 @@ const plugins = () => {
|
||||
if (isTest) {
|
||||
return [
|
||||
...defaultPlugins,
|
||||
[
|
||||
'emotion',
|
||||
{
|
||||
sourceMap: false,
|
||||
autoLabel: false,
|
||||
},
|
||||
],
|
||||
[
|
||||
'inline-react-svg',
|
||||
{
|
||||
|
Reference in New Issue
Block a user