Skip to content

Commit

Permalink
Remove deasync from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed May 12, 2024
1 parent 4469a20 commit 134bf04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"classnames": "^2.2.6",
"d3-drag": "^1.2.3",
"d3-selection": "^1.4.0",
"deasync": "^0.1.28",
"dotenv": "^8.2.0",
"electron": "^12.1.0",
"electron-timber": "^0.5.1",
Expand Down
6 changes: 1 addition & 5 deletions packages/app/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,8 @@ module.exports = (env) => {
)
),
new webpack.ContextReplacementPlugin(
/\/(ytpl|ytsr|youtube-ext|bandcamp-scraper|http-cookie-agent|deasync)\//,
/\/(ytpl|ytsr|youtube-ext|bandcamp-scraper|http-cookie-agent)\//,
false
),
new webpack.ContextReplacementPlugin(
/deasync/,
path.resolve(__dirname, 'node_modules', 'deasync', 'index.js')
)
];

Expand Down

0 comments on commit 134bf04

Please sign in to comment.