UNPKG

whatever-loader

Version:

Load whatever u wanna loader with webpack.

3 lines 101 B
module.exports = function (source) { return 'module.exports=' + JSON.stringify(source) + ';\n'; }