nx-electron
Version:
Electron Plugin for Nx
9 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function update() {
console.log('*** Take a loke at the v10 migration guide to see how to migrate you app context isolation ***');
console.log('*** https://github.com/bennymeg/nx-electron/blob/master/docs/migration/migrating.v10.md (steps 2 & 3) ***');
return;
}
exports.default = update;
//# sourceMappingURL=add-context-isolation.js.map