@rtobon/glob-loader

0.4.0 • Public • Published

@eagle/glob-loader

webpack loader to load files at once with glob

Install

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

Repository

Change: export object instead of an array

https://github.com/Graf009/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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @rtobon/glob-loader

    Weekly Downloads

    1

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    3.21 kB

    Total Files

    4

    Last publish

    Collaborators

    • rtobon