ssh-watch-upload-webpack-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ssh-watch-upload-webpack-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A webpack plugin that watches your changed files and uploads the newly compiled assets to an external server via SSH", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # SSH Watch Upload Webpack Plugin | ||
The plugin will hook into Webpack and upload emitted assets to a destination server using a basic SSH connection. Add the plugin to your Webpack config like this: | ||
**webpack.config.js** | ||
@@ -55,2 +56,3 @@ | ||
Alternatively, you can enable watch mode via the Webpack config: | ||
**webpack.config.js** | ||
@@ -57,0 +59,0 @@ |
6356
99