Skip to content

Commit

Permalink
Merge pull request #66 from namecheap/chore/update-webpack-plugin
Browse files Browse the repository at this point in the history
update webpack plugin
  • Loading branch information
stas-nc authored Jan 8, 2025
2 parents 58ef889 + 46b8b3a commit 913d229
Show file tree
Hide file tree
Showing 16 changed files with 1,050 additions and 216 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules
/coverage
/docs
.DS_Store
test/fixtures/dist
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"functions": 90,
"statements": 90,
"exclude": [
"test/**"
"test/**",
"src/app/utils/resolveDirectory.ts"
]
}
Loading

0 comments on commit 913d229

Please sign in to comment.