no-export-loader
v1.0.0
Published
Removes the last module.exports line from webpack content
Downloads
1
Readme
no-export-loader
Sometimes a library already handles its exports while hiding everything else. Since nothing is exposed, the last module.exports = xxx
throws an exception.
This loader simply removes that last line