Skip to content

Commit d3b4c5e

Browse files
committed
Added readme
1 parent e2f7b9b commit d3b4c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# no-export-loader
2+
Sometimes a library already handles its exports while hiding everything else. Since nothing is exposed, the last `module.exports = xxx` throws an exception.
3+
4+
This loader simply removes that last line

0 commit comments

Comments
 (0)