You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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