diff --git a/build/build-bundle.js b/build/build-bundle.js index bed9b43149a9..2eb5c69f7b5a 100644 --- a/build/build-bundle.js +++ b/build/build-bundle.js @@ -169,11 +169,6 @@ async function buildBundle(entryPath, distPath, opts = {minify: true}) { }), rollupPlugins.shim({ ...shimsObj, - // Allows for plugins to import lighthouse. - 'lighthouse': ` - import {Audit} from '${require.resolve('../core/audits/audit.js')}'; - export {Audit}; - `, 'url': ` export const URL = globalThis.URL; export const fileURLToPath = url => url;