Skip to content

Commit

Permalink
Update webpack.config.js removed unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
horner authored Nov 20, 2024
1 parent ac8f1dd commit 0196849
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/rich-text-presence/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ module.exports = {
{
test: /\.js$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
options: {
presets: ['@babel/preset-env']
}
}
}
]
},
Expand Down

0 comments on commit 0196849

Please sign in to comment.