Skip to content

Commit

Permalink
Remove webpack target
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Jun 26, 2024
1 parent b3195f6 commit 9edef66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const commonConfig = ({ dev }) => {
}
: {}),
devtool: false,
target: ['web', 'es4'],
resolve: {
extensions: ['.js', '.ts', '.tsx'],
alias: {
Expand Down

0 comments on commit 9edef66

Please sign in to comment.