Skip to content

Unable to import library inside a vue.js project #58

Description

@xsorifc28

I'm not able to import using:

import { SecureDfu } from 'web-bluetooth-dfu';

Result:

This dependency was not found:

* web-bluetooth-dfu in ...

However both of these do work:

import SecureDfu from 'web-bluetooth-dfu/lib';
// or
import { SecureDfu } from 'web-bluetooth-dfu/lib/secure-dfu';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions