mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 01:01:06 +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>) {
|
||||
if (tsLoaderOptions && tsLoaderOptions.configFile) {
|
||||
return new ForkTsCheckerWebpackPlugin({
|
||||
typescript: tsLoaderOptions.configFile,
|
||||
tsconfig: tsLoaderOptions.configFile,
|
||||
async: false,
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user