# vorlon-webpack-plugin

> Auto add script in order to linked vorlon.js

Latest version **1.0.1** (published 2018-02-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install vorlon-webpack-plugin
pnpm add vorlon-webpack-plugin
yarn add vorlon-webpack-plugin
bun add vorlon-webpack-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-02-08 |
| First published | 2018-01-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mizuka |
| Maintainers | mizuka |
| Keywords | webpack, webpack-plugin, vorlon, vorlon.js |

## Links

- npm: https://www.npmjs.com/package/vorlon-webpack-plugin
- npm.io page: https://npm.io/package/vorlon-webpack-plugin

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-02-08
- 1.0.0 — 2018-01-31

## README

# vorlon-webpack-plugin
> auto add ```<script src="http://localhost:1337/vorlon.js"></script>```

# How to use
1. ```npm i --dev vorlon-webpack-plugin```open your webpack.conf.js
2. ```const VorlonWebpackPlugin = require('vorlon-webpack-plugin')```
3. add it to your plugins array ```new VorlonWebpackPlugin()```

# Config
You can change the path of vorlon.js like this
```js
    new VorlonWebpackPlugin({path: '0.0.0.0:1337'})
```

---
_Source: https://npm.io/package/vorlon-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
