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.
@@ -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.3";
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electronup",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "融合构建 electron 应用需要的构建工具,保留原有配置习惯的命令行工具 ",
5
5
  "author": "quiteer",
6
6
  "license": "MIT",