chimport

0.0.5 • Public • Published

chimport

A dumb no-good webpack loader that just cats files in place 🤷‍♂️

npm i -D chimport

webpack.config.js

...
{
  test: /\.js$/,
  loaders: ['chimport']
}
...

file.js

chimport './file.js';       # Replace this line with a file
chimport './lib/**/*.js';   # Replace this line with multiple files

/chimport/

    Package Sidebar

    Install

    npm i chimport

    Weekly Downloads

    0

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    2.9 kB

    Total Files

    13

    Last publish

    Collaborators

    • bigelowcc