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 @@ -1351,10 +1351,10 @@ const relativeUrlMechanisms: Record<
1351
1351
// getResolveUrl(
1352
1352
// `'${escapeId(partialEncodeURIPath(relativePath))}', module.meta.url`,
1353
1353
// ),
1354
- // umd: (relativePath) =>
1355
- // `(typeof document === 'undefined' && typeof location === 'undefined' ? ${getFileUrlFromRelativePath(
1356
- // relativePath,
1357
- // )} : ${getRelativeUrlFromDocument(relativePath, true)})`,
1354
+ umd : ( relativePath ) =>
1355
+ `(typeof document === 'undefined' && typeof location === 'undefined' ? ${ getFileUrlFromRelativePath (
1356
+ relativePath ,
1357
+ ) } : ${ getRelativeUrlFromDocument ( relativePath , true ) } )`,
1358
1358
}
1359
1359
/* end of copy */
1360
1360
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