Hi,
Im importing a module that is treated as an _esModule. I need it to be treated as a commonjs module. Anyway I can fix this in nuxt?
Object.defineProperty(exports, "__esModule", {
value: true
});
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1829">#c1829</a>)</em></sub></div>