0.0.5 • Published 4 years ago

chimport v0.0.5

Weekly downloads
75
License
MIT
Repository
github
Last release
4 years ago

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
0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago