@@ -2,15 +2,15 @@ module.exports = {
baseUrl: './',
assetsDir: 'static',
productionSourceMap: false,
- devServer: {
- proxy: {
- // '/api':{
- // target:'http://jsonplaceholder.typicode.com',
- // changeOrigin:true,
- // pathRewrite:{
- // '/api':''
- // }
- }
+ // devServer: {
+ // proxy: {
+ // '/api':{
+ // target:'http://jsonplaceholder.typicode.com',
+ // changeOrigin:true,
+ // pathRewrite:{
+ // '/api':''
+ // }
}