Skip to content

Commit

Permalink
chore: Merge pull request #62 from despian/patch-1
Browse files Browse the repository at this point in the history
fix: Add exclude for 'querystring-es3'
  • Loading branch information
DanielSchaffer authored Feb 15, 2020
2 parents 13f09d6 + f30d408 commit eb238ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/excluded.packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const STANDARD_EXCLUDED = [
// webpack dev server
excludeNodeModulesPackage('webpack-dev-server'),
excludeNodeModulesPackage('\\(webpack\\)-dev-server'),
excludeNodeModulesPackage('querystring-es3'),

// polyfills
excludeNodeModulesPackage('@babel', 'runtime'),
Expand Down

0 comments on commit eb238ef

Please sign in to comment.