mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-19 11:50:35 +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 = {
|
||||||
...config.resolve.alias,
|
...config.resolve.alias,
|
||||||
src: path.resolve(__dirname, "../src"),
|
src: path.resolve(__dirname, "../src"),
|
||||||
|
styles: path.resolve(__dirname, "../styles"),
|
||||||
};
|
};
|
||||||
|
config.resolve.fallback = {
|
||||||
|
fs: false,
|
||||||
|
path: require.resolve('path-browserify'),
|
||||||
|
}
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
|
|||||||
Reference in New Issue
Block a user