@omnia/tooling-vue
Version:
Used to bundle and serve manifests web component that build on Vue framework.
13 lines (12 loc) • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(contents) {
return "";
//const index = contents.indexOf('export {};')
//if (index > -1 && (contents.trim().length - 10) === index) {
// console.log(this.resourcePath, this._compilation.getStats())
// return "";
//}
//return contents;
}
exports.default = default_1;