forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
6
electron/node_modules/app-builder-lib/out/presets/rectCra.js
generated
vendored
6
electron/node_modules/app-builder-lib/out/presets/rectCra.js
generated
vendored
|
|
@ -1,12 +1,11 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.reactCra = void 0;
|
||||
exports.reactCra = reactCra;
|
||||
const builder_util_1 = require("builder-util");
|
||||
const fs_1 = require("builder-util/out/fs");
|
||||
const path = require("path");
|
||||
/** @internal */
|
||||
async function reactCra(projectDir) {
|
||||
if ((await fs_1.statOrNull(path.join(projectDir, "public", "electron.js"))) == null) {
|
||||
if ((await (0, builder_util_1.statOrNull)(path.join(projectDir, "public", "electron.js"))) == null) {
|
||||
// noinspection SpellCheckingInspection
|
||||
builder_util_1.log.warn("public/electron.js not found. Please see https://medium.com/@kitze/%EF%B8%8F-from-react-to-an-electron-app-ready-for-production-a0468ecb1da3");
|
||||
}
|
||||
|
|
@ -20,5 +19,4 @@ async function reactCra(projectDir) {
|
|||
},
|
||||
};
|
||||
}
|
||||
exports.reactCra = reactCra;
|
||||
//# sourceMappingURL=rectCra.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue