-
Notifications
You must be signed in to change notification settings - Fork 325
Open
Description
2.66.0 worked fine for:
import mixpanel from "mixpanel-browser/src/loaders/loader-module-core"
in 2.67.0 I get
Could not find a declaration file for module 'mixpanel-browser/src/loaders/loader-module-core'. '/xxx/node_modules/mixpanel-browser/src/loaders/loader-module-core.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/mixpanel-browser` if it exists or add a new declaration (.d.ts) file containing `declare module 'mixpanel-browser/src/loaders/loader-module-core';`ts(7016)
I use this option to reduce bundle size as documented https://github.com/mixpanel/mixpanel-js?tab=readme-ov-file#alternative-installation-via-npm and referenced #482 (comment)
federicobond and LouisTrezzini
Metadata
Metadata
Assignees
Labels
No labels