Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 15e200b

Browse files
authored
Add webpack (#59)
* Add webpack * Ignore dist on lint * Ignore webpack config on lint * Export submodules Downgrade webpack to v4
1 parent d3f49bb commit 15e200b

File tree

7 files changed

+3593
-70
lines changed

7 files changed

+3593
-70
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/modules/**/node_modules
22
/modules/**/lib
3+
/modules/**/dist
4+
/modules/ipfs-cpinner-client/webpack.config.js

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ node_modules
55
tsconfig.tsbuildinfo
66
lib
77

8+
# webpack
9+
dist
10+
811
# jest
912
reports
1013
junit.xml

0 commit comments

Comments
 (0)