mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
Fix "angular-cli/.storybook/webpack.config.ts"
This commit is contained in:
parent
1790d3b315
commit
0c9837c96d
@ -1,7 +1,9 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = (baseConfig: any) => {
|
||||
baseConfig.module.rules.push({
|
||||
module.exports = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: [/\.stories\.tsx?$/, /index\.ts$/],
|
||||
loaders: [
|
||||
{
|
||||
@ -13,7 +15,7 @@ module.exports = (baseConfig: any) => {
|
||||
],
|
||||
include: [path.resolve(__dirname, '../src')],
|
||||
enforce: 'pre',
|
||||
});
|
||||
|
||||
return baseConfig;
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user