diff --git a/vue.config.js b/vue.config.js deleted file mode 100644 index 00b1f7a..0000000 --- a/vue.config.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - baseUrl: './', - assetsDir: 'static', - productionSourceMap: false, - // devServer: { - // proxy: { - // '/api':{ - // target:'http://jsonplaceholder.typicode.com', - // changeOrigin:true, - // pathRewrite:{ - // '/api':'' - // } - // } - // } - // } -} \ No newline at end of file