1.0.0 • Published 7 years ago

@lab009/glob-loader v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@lab009/glob-loader

Forked from seanchas116/glob-loader, changed:

  • use fileName for object key

webpack loader to load files at once with glob

Install

npm install --save-dev @lab009/glob-loader

Repository

https://github.com/lab009/glob-loader.git

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