Skip to content

Commit

Permalink
fixup! chore: use absolute paths for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akurinnoy committed Oct 11, 2023
1 parent 724edaf commit 75e5f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dashboard-frontend/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const config = {
resolve: {
extensions: ['.js', '.ts', '.tsx'],
alias: {
'vscode-languageserver-protocol/lib/utils/is': 'vscode-languageserver-protocol/lib/common/utils/is',
'vscode-languageserver-protocol/lib/main': 'vscode-languageserver-protocol/lib/node/main',
// alias for absolute imports (see tsconfig.json)
'@': path.resolve(__dirname, 'src/'),
},
fallback: {
"fs": false,
Expand Down

0 comments on commit 75e5f28

Please sign in to comment.