Skip to content

Commit

Permalink
⚡️ Improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
KirianCaumes committed Nov 18, 2023
1 parent 59fc9ab commit b24f3ab
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 218 deletions.
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "🪲 Debug",
"type": "node-terminal",
"request": "launch",
"command": "npm run start:dev"
}
]
}
4 changes: 4 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "2.0.0",
"tasks": []
}
14 changes: 0 additions & 14 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -302,18 +302,4 @@ sudo npx playwright install-deps chromium

More information [here](https://playwright.dev/docs/browsers#install-system-dependencies).

### Linkedom

If you are using this library on a Typescript project, you might encounter issues with `linkedom`.

To fix it, use this in command line: `--skipLibCheck` or add that in you `tsconfig.json`:

```json
{
"compilerOptions": {
"skipLibCheck": true
}
}
```

If you found another problem, feel free to open an issue.
150 changes: 0 additions & 150 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"node": ">=14.0.0"
},
"dependencies": {
"linkedom": "^0.16.4",
"playwright-chromium": "^1.40.0",
"user-agents": "^1.1.24"
},
Expand Down
Loading

0 comments on commit b24f3ab

Please sign in to comment.