Fix corrupted webpack configuration

This commit is contained in:
Valentin Palkovič 2022-04-06 13:54:34 +02:00
parent 6bc6913c3b
commit b907b9e814

View File

@ -17,6 +17,6 @@ export async function webpackFinal(config: Configuration) {
resourceRegExp: /react-dom\/client$/,
contextRegExp: /(app\/react|@storybook\/react)/, // TODO this needs to work for both in our MONOREPO and in the user's NODE_MODULES
}),
],
].filter(Boolean),
};
}