Skip to content

Commit

Permalink
Remove unused import and alias in webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Hales committed Dec 20, 2023
1 parent a331fc6 commit bfeace1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '../types';
import { createServer, Server } from 'https';
import { Duplex } from 'stream';
import { Logger } from '@anupheaus/common';
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ module.exports = {
],
resolve: {
extensions: ['.ts', '.tsx', '.js', '.jsx'],
alias: {
'@anupheaus/common': path.join(__dirname, '../common/src'),
}
},
stats: {
assets: false,
Expand Down

0 comments on commit bfeace1

Please sign in to comment.