Skip to content

Importing packages prevents bundling/transpilation #554

@modermo

Description

@modermo

Quick, short summary:
Importing packages prevents transpilation

Expected results:
Importing a package such as vue-carousel like so:

Import VueCarousel from 'vue-carousel';

Should import successfully.

Actual results:

I get this in my error logs:

Bundling/transpiling failed with this error: 'default' is not exported by ../node_modules/vue-carousel/dist/vue-carousel.min.js

Exact steps to reproduce:

Install a package via the UI, and then saving the module you're importing the package into. Other packages give the same result, such as:

Bundling/transpiling failed with this error: 'default' is not exported by ../node_modules/underscore/underscore.js

Your configuration (any details about your system that you think might be relevant)

Standard configuration. Happy to provide extra details if necessary.

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