Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Apr 25, 2023
1 parent b1c2688 commit 3075d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tabby-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions packages/tabby-launcher/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const config = {
url: require.resolve("./browser/url.js"),
},
fallback: {
assert: false,
fs: false,
http: false,
https: false,
Expand Down

0 comments on commit 3075d88

Please sign in to comment.