Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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

Usage

var X = require("no-export!./Main");

About

Webpack loader to remove the last module.exports line

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages