https://github.com/anzerr/webpack.hashbang
https://github.com/anzerr/webpack.hashbang
hashbang nodejs webpack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anzerr/webpack.hashbang
- Owner: anzerr
- Created: 2020-03-02T15:02:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T16:12:52.000Z (over 4 years ago)
- Last Synced: 2023-03-01T18:06:37.459Z (over 3 years ago)
- Topics: hashbang, nodejs, webpack
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
}
```