removing workaround since it creates another problems

This commit is contained in:
Sebastian 2021-12-01 15:10:17 -03:00
parent 0f8e9b67dd
commit c3b01ad9e4
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -48,10 +48,14 @@ module.exports = {
webpackFinal: (config) => {
// should be removed after storybook 6.3
// https://github.com/storybookjs/storybook/issues/12853#issuecomment-821576113
config.resolve.alias = {
react: "preact/compat",
"react-dom": "preact/compat",
};
// removing workaround since this creates another problem
// https://github.com/storybookjs/storybook/issues/16623
// https://github.com/nodejs/node/issues/33460
// FIXME: remove this comments in 2022 if no problem arise
// config.resolve.alias = {
// react: "preact/compat",
// "react-dom": "preact/compat",
// };
// we need to add @linaria loader AFTER the babel-loader
// https://github.com/callstack/linaria/blob/master/docs/BUNDLERS_INTEGRATION.md#webpack