An open API service indexing awesome lists of open source software.

https://github.com/anzerr/webpack.hashbang


https://github.com/anzerr/webpack.hashbang

hashbang nodejs webpack

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### `Intro`
remove hashbang from file start

#### `Install`
``` bash
npm install --save git+https://git@github.com/anzerr/webpack.hashbang.git
```

### `Example`
``` javascript
{
test: /\.js$/,
use: 'webpack.hashbang'
}
```