UNPKG

@shopware/nuxt-module

Version:
7 lines (5 loc) 248 B
// CommonJS proxy to bypass jiti transforms from nuxt 2 and using native ESM module.exports = function (...args) { return import("./dist/index.mjs").then((m) => m.default.call(this, ...args)); }; module.exports.meta = require("./package.json");