mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Merge pull request #930 from othrayte/fix-storybook
website: Fix errors when running storybook
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user