Skip to content

Commit 3aa20cd

Browse files
committed
Remove duplication in symbolicator-cli webpack config.
1 parent 2ad7381 commit 3aa20cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/symbolicator-cli/webpack.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ module.exports = {
1717
module: {
1818
rules: [
1919
{
20-
test: /\.js$/,
21-
use: ['babel-loader'],
22-
include: includes,
23-
},
24-
{
25-
test: /\.(ts|tsx)$/,
20+
test: /\.(js|ts|tsx)$/,
2621
use: ['babel-loader'],
2722
include: includes,
2823
},

0 commit comments

Comments
 (0)