Skip to content

Commit 913d229

Browse files
authored
Merge pull request #66 from namecheap/chore/update-webpack-plugin
update webpack plugin
2 parents 58ef889 + 46b8b3a commit 913d229

File tree

16 files changed

+1050
-216
lines changed

16 files changed

+1050
-216
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
/coverage
66
/docs
77
.DS_Store
8+
test/fixtures/dist

.nycrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"functions": 90,
88
"statements": 90,
99
"exclude": [
10-
"test/**"
10+
"test/**",
11+
"src/app/utils/resolveDirectory.ts"
1112
]
1213
}

0 commit comments

Comments
 (0)