1.0.3 • Published 4 years ago

ragemp-auto-reload-webpack-plugin v1.0.3

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

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