fix: storybook workspace issues
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
9a8959de26
commit
46b5f02e80
@@ -3,7 +3,14 @@ module.exports = {
|
||||
addons: [
|
||||
'@storybook/addon-links',
|
||||
'@storybook/addon-essentials',
|
||||
'@storybook/addon-postcss'
|
||||
{
|
||||
name: '@storybook/addon-postcss',
|
||||
options: {
|
||||
postcssLoaderOptions: {
|
||||
implementation: require('postcss')
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
typescript: {
|
||||
check: false,
|
||||
@@ -14,5 +21,8 @@ module.exports = {
|
||||
propFilter: prop =>
|
||||
prop.parent ? !/node_modules/.test(prop.parent.fileName) : true
|
||||
}
|
||||
},
|
||||
core: {
|
||||
builder: 'webpack5'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user