mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
/*
|
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
Author Tobias Koppers @sokra
|
|
*/
|
|
|
|
"use strict";
|
|
|
|
// TODO remove in next major
|
|
module.exports = require("./ModulesInHierarchicalDirectoriesPlugin");
|