You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should produce a d.ts file to import the component
What is actually happening?
Generates a MLiveForce.common.js but nothing TS specific.
The problem is that without a .d.ts file the component can't be imported. WebStorm says "Cannot find module xxx"
The text was updated successfully, but these errors were encountered:
Version
3.5.5
Reproduction link
https://github.com/MikeMitterer/vue-cmp-liveforce
Environment info
Steps to reproduce
yarn run build
What is expected?
Should produce a d.ts file to import the component
What is actually happening?
Generates a MLiveForce.common.js but nothing TS specific.
The problem is that without a .d.ts file the component can't be imported. WebStorm says "Cannot find module xxx"
The text was updated successfully, but these errors were encountered: