Skip to content

Commit

Permalink
not to ignore 3rd-party library to see if this passes all test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Aug 16, 2023
1 parent aaf272d commit 75ad10a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module.exports = {
rules: [
{
test: /\.(ts|js)x?$/,
exclude: [/node_modules/,
/[\\/]ext[\\/]//* ignore 3rd-party library */],
exclude: [/node_modules/],
use: [
{
loader: 'babel-loader'
Expand Down

0 comments on commit 75ad10a

Please sign in to comment.