Skip to content

Commit

Permalink
misc(build): shim unneeded deps in lr report generator (#14773)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Feb 9, 2023
1 parent 9107521 commit 106a963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build-lightrider-bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ async function buildReportGenerator() {
rollupPlugins.shim({
[`${LH_ROOT}/report/generator/flow-report-assets.js`]: 'export const flowReportAssets = {}',
'fs': 'export default {}',
'module': 'export function createRequire(){}',
'path': 'export default {}',
'url': 'export default {}',
}),
],
});
Expand Down

0 comments on commit 106a963

Please sign in to comment.