mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
fix angular
This commit is contained in:
parent
07e1ca07db
commit
dd74264d57
@ -7,7 +7,7 @@ import { Options } from 'ts-loader';
|
|||||||
export default function (tsLoaderOptions: Partial<Options>) {
|
export default function (tsLoaderOptions: Partial<Options>) {
|
||||||
if (tsLoaderOptions && tsLoaderOptions.configFile) {
|
if (tsLoaderOptions && tsLoaderOptions.configFile) {
|
||||||
return new ForkTsCheckerWebpackPlugin({
|
return new ForkTsCheckerWebpackPlugin({
|
||||||
typescript: tsLoaderOptions.configFile,
|
tsconfig: tsLoaderOptions.configFile,
|
||||||
async: false,
|
async: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user