@omnia/tooling-vue
Version:
Used to bundle and serve manifests web component that build on Vue framework.
14 lines (13 loc) • 400 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(content, context) {
//if (this.resourcePath.toLowerCase().indexOf('themedefinition.ts') > -1) {
// console.log(content, this.resourcePath)
//}
if (!content) {
//console.log(this.resourcePath)
return "export {}";
}
return content;
}
exports.default = default_1;
;