electronup 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/electronup.js +1 -2
- package/package.json +1 -1
package/dist/bin/electronup.js
CHANGED
|
@@ -34,7 +34,7 @@ var import_cac = require("cac");
|
|
|
34
34
|
var import_rimraf = require("rimraf");
|
|
35
35
|
|
|
36
36
|
// package.json
|
|
37
|
-
var version = "0.0.
|
|
37
|
+
var version = "0.0.4";
|
|
38
38
|
|
|
39
39
|
// src/transform/getConfig.ts
|
|
40
40
|
var import_path = require("path");
|
|
@@ -190,7 +190,6 @@ function getTsupConfig(config, allConfig) {
|
|
|
190
190
|
const { command, root, minify } = store;
|
|
191
191
|
const isServe = command === "serve";
|
|
192
192
|
const defaultConfig = {
|
|
193
|
-
target: "es5",
|
|
194
193
|
minify: minify === false ? false : isServe,
|
|
195
194
|
external: ["electron", ...config.external ?? []],
|
|
196
195
|
noExternal: config.noExternal,
|