website: Fix errors when running storybook

This commit is contained in:
Adrian Cowan
2023-01-25 20:59:56 +11:00
parent c7f9d24023
commit 9813b389f8
+5
View File
@@ -23,7 +23,12 @@ module.exports = {
config.resolve.alias = {
...config.resolve.alias,
src: path.resolve(__dirname, "../src"),
styles: path.resolve(__dirname, "../styles"),
};
config.resolve.fallback = {
fs: false,
path: require.resolve('path-browserify'),
}
return config;
},
features: {