Skip to content

Commit 76c4b56

Browse files
committed
added webpack.config to the npmignore
1 parent 4584951 commit 76c4b56

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ coverage
33
node_modules
44

55
generate-tests.js
6+
test/cases/webpack/*
67
test/common-test-cases.js
8+
webpack.config.js

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ generate-tests.js
77
src/
88
test/
99
utils/
10+
webpack.config.js

0 commit comments

Comments
 (0)