vue-cli-plugin-docker-nginx-diff-proxy
Advanced tools
+1
-1
@@ -28,3 +28,3 @@ { | ||
| }, | ||
| "version": "1.1.3" | ||
| "version": "1.1.4" | ||
| } |
+2
-2
@@ -19,3 +19,3 @@ const FS = require('fs'); | ||
| } else { | ||
| resertFile(filePath, targetStr); | ||
| resertFile(filePath, targetStr + '\n'); | ||
| } | ||
@@ -76,3 +76,3 @@ }); | ||
| const text = `location ${this.proxy_prefix}` | ||
| const insertText = `${text} { proxy_pass ${this.env_prefix[prefix_key]} }\n`; | ||
| const insertText = `${text} { proxy_pass ${this.env_prefix[prefix_key]} }`; | ||
| taskConfFile(path, insertText, text); | ||
@@ -79,0 +79,0 @@ } |
16520
0.03%