Skip to content

Commit 94dc78e

Browse files
authored
feat: update storybook generator to do not have stories property (#40)
this property is now removed by NX in their migrator. See https://github.com/nrwl/nx/blob/17.3.2/packages/storybook/src/migrations/update-15-7-0/add-addon-essentials-to-all.ts#L295
1 parent 898256c commit 94dc78e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gene-tools/src/generators/storybook-init/files/main.js__tmpl__

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const { join } = require('path');
22
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
33

44
module.exports = {
5-
stories: [],
65
core: {
76
builder: 'webpack5',
87
},

0 commit comments

Comments
 (0)