empty loader for webpack
Usage
For some reason, you don't want webpack build some specific extensions but may want it to run in node, thus you can use empty-loader.
var s = require;// config your webpack configloader: "empty-loader"test: /\.ext$/
License
MIT (http://www.opensource.org/licenses/mit-license.php)