glob-loader

0.3.0 • Public • Published

glob-loader npm version

webpack loader to load files at once with glob

Build Status

Install

npm install --save-dev glob-loader

Use

  • Create a glob pattern file (example: dir.pattern)
  • Write the pattern of the files that you want to require
  • Require it with glob-loader

dir.pattern file

Pattern is relative to the file directory.

./dir/**/*.js

Require patterns

var modules = require("glob-loader!./dir.pattern");

TODO

  • source map

Readme

Keywords

Package Sidebar

Install

npm i glob-loader

Weekly Downloads

1,073

Version

0.3.0

License

MIT

Last publish

Collaborators

  • seanchas116