Loading libraries/tabby-launcher/package.json +2 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,8 @@ "**/util": "^0.12.0" }, "scripts": { "build": "webpack && node scripts/loader.mjs", "build:watch": "webpack && node scripts/loader.mjs" "build": "webpack --progress && node scripts/loader.mjs", "build:watch": "webpack --progress && node scripts/loader.mjs" }, "version": "1.0.197-nightly.1" } libraries/tabby-launcher/webpack.config.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ const config = { url: require.resolve("./browser/url.js"), }, fallback: { assert: false, fs: false, http: false, https: false, Loading Loading
libraries/tabby-launcher/package.json +2 −2 Original line number Diff line number Diff line Loading @@ -61,8 +61,8 @@ "**/util": "^0.12.0" }, "scripts": { "build": "webpack && node scripts/loader.mjs", "build:watch": "webpack && node scripts/loader.mjs" "build": "webpack --progress && node scripts/loader.mjs", "build:watch": "webpack --progress && node scripts/loader.mjs" }, "version": "1.0.197-nightly.1" }
libraries/tabby-launcher/webpack.config.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ const config = { url: require.resolve("./browser/url.js"), }, fallback: { assert: false, fs: false, http: false, https: false, Loading