mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
move templates
This commit is contained in:
parent
da9193981a
commit
27f3ff2c71
@ -143,7 +143,7 @@ export default async (
|
|||||||
});
|
});
|
||||||
if (stories.length > 0) {
|
if (stories.length > 0) {
|
||||||
const storyTemplate = await readTemplate(
|
const storyTemplate = await readTemplate(
|
||||||
path.join(__dirname, 'virtualModuleStory.template.js')
|
path.join(__dirname, '..', '..', 'templates', 'virtualModuleStory.template.js')
|
||||||
);
|
);
|
||||||
// NOTE: this file has a `.cjs` extension as it is a CJS file (from `dist/cjs`) and runs
|
// NOTE: this file has a `.cjs` extension as it is a CJS file (from `dist/cjs`) and runs
|
||||||
// in the user's webpack mode, which may be strict about the use of require/import.
|
// in the user's webpack mode, which may be strict about the use of require/import.
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*", "typings.d.ts"],
|
"include": ["src/**/*", "typings.d.ts", "templates/virtualModuleEntry.template.js"],
|
||||||
"exclude": ["src/**.test.ts"]
|
"exclude": ["src/**.test.ts"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user