diff --git a/src/node/plugin.ts b/src/node/plugin.ts index 220012cd..e3f14131 100644 --- a/src/node/plugin.ts +++ b/src/node/plugin.ts @@ -8,8 +8,6 @@ import { OutputAsset, OutputChunk } from 'rollup' import { staticDataPlugin } from './staticDataPlugin' import { PageDataPayload } from './shared' -type Awaited = T extends Promise ? P : never - const hashRE = /\.(\w+)\.js$/ const staticInjectMarkerRE = /\b(const _hoisted_\d+ = \/\*(?:#|@)__PURE__\*\/\s*createStaticVNode)\("(.*)", (\d+)\)/g