File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1340,10 +1340,10 @@ const relativeUrlMechanisms: Record<
1340
1340
// getResolveUrl(
1341
1341
// `'${escapeId(partialEncodeURIPath(relativePath))}', module.meta.url`,
1342
1342
// ),
1343
- // umd: (relativePath) =>
1344
- // `(typeof document === 'undefined' && typeof location === 'undefined' ? ${getFileUrlFromRelativePath(
1345
- // relativePath,
1346
- // )} : ${getRelativeUrlFromDocument(relativePath, true)})`,
1343
+ umd : ( relativePath ) =>
1344
+ `(typeof document === 'undefined' && typeof location === 'undefined' ? ${ getFileUrlFromRelativePath (
1345
+ relativePath ,
1346
+ ) } : ${ getRelativeUrlFromDocument ( relativePath , true ) } )`,
1347
1347
}
1348
1348
/* end of copy */
1349
1349
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ export const ROLLUP_HOOKS = [
26
26
'intro' ,
27
27
'outro' ,
28
28
'closeBundle' ,
29
- // 'closeWatcher',
29
+ 'closeWatcher' ,
30
30
'load' ,
31
31
'moduleParsed' ,
32
- // 'watchChange',
32
+ 'watchChange' ,
33
33
'resolveDynamicImport' ,
34
34
'resolveId' ,
35
35
// 'shouldTransformCachedModule',
You can’t perform that action at this time.
0 commit comments