mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 06:38:25 -04: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");
|