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
Please take a moment to find out whether your idea fits with the scope and aims of the project
Is your feature request related to a problem? Please describe.
Type declaration .d.ts file should be included for each bundle in /dist
Describe the solution you'd like
Use a build step to place emitted declaration files into /dist
Describe alternatives you've considered
Using the package.jsontypes: "src/plugins/imgix-vue" field. This is sub-optimal because the types are not bundled together.
Before you submit:
Is your feature request related to a problem? Please describe.
Type declaration
.d.ts
file should be included for each bundle in/dist
Describe the solution you'd like
Use a build step to place emitted declaration files into
/dist
Describe alternatives you've considered
Using the
package.json
types: "src/plugins/imgix-vue"
field. This is sub-optimal because the types are not bundled together.Additional context
package.json
fieldThe text was updated successfully, but these errors were encountered: