mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Source-loader: Try to fix CI
This commit is contained in:
parent
b52ac85d5a
commit
2ecf3e1f84
@ -49,8 +49,8 @@ var __LOCAL_DEPENDENCIES__ = ${JSON.stringify(localDependencies)};
|
||||
var __IDS_TO_FRAMEWORKS__ = ${JSON.stringify(idsToFrameworks)};
|
||||
/* eslint-enable no-unused-vars,@typescript-eslint/no-unused-vars */
|
||||
`;
|
||||
const annotated = insertAfterImports(preamble, source);
|
||||
return annotated;
|
||||
// const annotated = insertAfterImports(preamble, source);
|
||||
return `${preamble}${source}`;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user