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.
Quick, short summary:
Importing packages prevents transpilation
Expected results:
Importing a package such as
vue-carousellike 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.jsExact 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.jsYour configuration (any details about your system that you think might be relevant)
Standard configuration. Happy to provide extra details if necessary.