diff --git a/packages/devtools/src/tabs/plugin-registry.ts b/packages/devtools/src/tabs/plugin-registry.ts index 02772a6f..ab656be3 100644 --- a/packages/devtools/src/tabs/plugin-registry.ts +++ b/packages/devtools/src/tabs/plugin-registry.ts @@ -225,7 +225,7 @@ const PLUGIN_REGISTRY: Record = { }, // default export registers the plugin pluginImport: { - importName: 'default', + importName: 'registerPrefetchHeatmapPlugin', type: 'function', }, // helps the host match your plugin deterministically