File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ v2.1.5] ( https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/compare/v2.1.4...v2.1.5 ) (02-10-2018)
2+
3+ * 🐛 Final fix for options
4+
15## [ v2.1.4] ( https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/compare/v2.1.3...v2.1.4 ) (02-10-2018)
26
37* 🐛 Fix options
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ var proxy = require('http-proxy-middleware');
33module . exports = ( api , options ) => {
44 api . configureDevServer ( ( app ) => {
55 app . use ( proxy (
6- options . pluginOptions . proxy . context ,
7- options . pluginOptions . proxy . options
6+ options . pluginOptions . proxy . options . context ,
7+ options . pluginOptions . proxy . options . options
88 ) ) ;
99 } ) ;
1010} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @cnamts/vue-cli-plugin-proxy" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 2.1.5 " ,
44 "description" : " Provide all http-proxy-middleware options to vue-cli" ,
55 "keywords" : [
66 " vue" ,
You can’t perform that action at this time.
0 commit comments