Skip to content

Commit

Permalink
📦 deps: Configure recompilation for pdfjs-dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 19, 2024
1 parent 8ea91fd commit dcbbb66
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 1 deletion.
174 changes: 174 additions & 0 deletions package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"mainModule": {
"client": "client/main.tsx",
"server": "server/main.ts"
},
"nodeModules": {
"recompile": {
"pdfjs-dist": true
}
}
},
"postinstall": {
Expand Down Expand Up @@ -138,6 +143,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.24.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-jsx": "7.24.1",
"@commitlint/cli": "19.3.0",
"@faker-js/faker": "8.4.1",
Expand Down Expand Up @@ -183,7 +189,8 @@
},
"babel": {
"plugins": [
"@babel/plugin-syntax-jsx"
"@babel/plugin-syntax-jsx",
"@babel/plugin-proposal-private-methods"
],
"env": {
"COVERAGE": {
Expand Down

0 comments on commit dcbbb66

Please sign in to comment.