UNPKG

ragemp-auto-reload-webpack-plugin

Version:
26 lines (17 loc) 457 B
## Installation ``` npm i ragemp-auto-reload-webpack-plugin --save-dev ``` ## Usage: Define the plugin in your webpack configuration ```js 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