ragemp-auto-reload-webpack-plugin
v1.0.3
Published
Webpack plugin that reload the RAGE MP server after compilation
Downloads
32
Maintainers
Readme
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