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<
13401340 // getResolveUrl(
13411341 // `'${escapeId(partialEncodeURIPath(relativePath))}', module.meta.url`,
13421342 // ),
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 ) } )`,
13471347}
13481348/* end of copy */
13491349
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ export const ROLLUP_HOOKS = [
2626 'intro' ,
2727 'outro' ,
2828 'closeBundle' ,
29- // 'closeWatcher',
29+ 'closeWatcher' ,
3030 'load' ,
3131 'moduleParsed' ,
32- // 'watchChange',
32+ 'watchChange' ,
3333 'resolveDynamicImport' ,
3434 'resolveId' ,
3535 // 'shouldTransformCachedModule',
You can’t perform that action at this time.
0 commit comments