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
+
1
5
## [ v2.1.4] ( https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/compare/v2.1.3...v2.1.4 ) (02-10-2018)
2
6
3
7
* 🐛 Fix options
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ var proxy = require('http-proxy-middleware');
3
3
module . exports = ( api , options ) => {
4
4
api . configureDevServer ( ( app ) => {
5
5
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
8
8
) ) ;
9
9
} ) ;
10
10
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cnamts/vue-cli-plugin-proxy" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " Provide all http-proxy-middleware options to vue-cli" ,
5
5
"keywords" : [
6
6
" vue" ,
You can’t perform that action at this time.
0 commit comments