This commit is contained in:
Norbert de Langen 2022-10-18 09:50:32 +02:00
parent 1bfde3978e
commit da9193981a
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ function configure<TFramework extends AnyFramework>(
}));
if (preview) {
// This is essentially the same code as lib/core/src/server/preview/virtualModuleEntry.template
// This is essentially the same code as lib/builder-webpack5/templates/virtualModuleEntry.template
const {
parameters,
decorators,

View File

@ -122,7 +122,7 @@ export default async (
entries.push(frameworkInitEntry);
const entryTemplate = await readTemplate(
path.join(__dirname, '..', '..', 'virtualModuleEntry.template.js')
path.join(__dirname, '..', '..', 'templates', 'virtualModuleEntry.template.js')
);
previewAnnotations.forEach((previewAnnotationFilename: any) => {