/
home
/
henzagold
/
site
/
node_modules
/
webpack
/
lib
/
web
/
File Upload :
llllll
Current File: /home/henzagold/site/node_modules/webpack/lib/web/WebEnvironmentPlugin.js
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; class WebEnvironmentPlugin { constructor(inputFileSystem, outputFileSystem) { this.inputFileSystem = inputFileSystem; this.outputFileSystem = outputFileSystem; } apply(compiler) { compiler.outputFileSystem = this.outputFileSystem; } } module.exports = WebEnvironmentPlugin;
Copyright ©2k19 -
Hexid
|
Tex7ure