webpack/lib/MemoryOutputFileSystem.js

6 lines
139 B
JavaScript
Raw Normal View History

2013-01-31 01:49:25 +08:00
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
2014-07-02 04:56:32 +08:00
module.exports = require("memory-fs");