Skip to content

Commit

Permalink
Add path polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
winstliu committed Feb 10, 2024
1 parent d139466 commit 28ef5e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions language-service/package-lock.json

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

1 change: 1 addition & 0 deletions language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"mocha-junit-reporter": "^2.0.0",
"nyc": "^15.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"ts-loader": "^8.0.17",
Expand Down
1 change: 1 addition & 0 deletions language-service/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
buffer: require.resolve('buffer/'),
fs: false,
os: require.resolve('os-browserify/browser'),
path: require.resolve('path-browserify'),
}
},
mode: 'production',
Expand Down

0 comments on commit 28ef5e8

Please sign in to comment.