1.0.3 • Published 6 years ago
ragemp-auto-reload-webpack-plugin v1.0.3
Installation
npm i ragemp-auto-reload-webpack-plugin --save-devUsage:
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