ragemp-auto-reload-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm i ragemp-auto-reload-webpack-plugin --save-dev

Usage:

Define the plugin in your webpack configuration

const { RagempAutoReloadPlugin } = require('ragemp-auto-reload-webpack-plugin')
 
module.exports = {
  // ...
  plugins: [new RagempAutoReloadPlugin({serverPath: 'path/to/server.exe'})]
  // ...
}

Options

Required

string serverPath - The full path to the server.exe file

Package Sidebar

Install

npm i ragemp-auto-reload-webpack-plugin

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

5.04 kB

Total Files

12

Last publish

Collaborators

  • irandell