// A loader that passes the source through unchanged module.exports = function identityLoader(source) { return source }