dienstplan/node_modules/less-loader/stringify.loader.js
2017-09-13 07:52:34 +02:00

8 lines
208 B
JavaScript
Vendored

/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
module.exports = function(source) {
if(this.cacheable) this.cacheable();
return JSON.stringify(source);
};