邃芒官网、邃芒慧影、口播(H5) https://m.metavatar.cc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 line
742 B

  1. module.exports = {
  2. pwa: {
  3. iconPaths: {
  4. favicon32: 'favicon.ico',
  5. favicon16: 'favicon.ico',
  6. appleTouchIcon: 'favicon.ico',
  7. maskIcon: 'favicon.ico',
  8. msTileImage: 'favicon.ico'
  9. }
  10. },
  11. //http://www.metavatar.cc/
  12. devServer: {
  13. overlay: {
  14. warnings: false,
  15. errors: false
  16. },
  17. proxy: {
  18. '/api': {
  19. target: 'http://www.metavatar.cc/api',
  20. changeOrigin: true,
  21. pathRewrite: {
  22. '^/api': ''
  23. },
  24. },
  25. }
  26. },
  27. lintOnSave: false,
  28. publicPath: './', // 打包后引用的资源路径
  29. }