Webpack开发服务器代理所有customfeature-XX.js

时间:2018-07-12 17:51:12

标签: webpack proxy webpack-dev-server

我有两个webpack开发服务器。我想将每个JavaScript文件customfeature-file1.jscustomfeature-file2.js代理到另一台服务器。

尝试

proxy: {
  '/customfeature-.+\.js': {
    target: 'http://localhost:3003',
  }
},

如何代理以customfeature-开头的任何文件?

0 个答案:

没有答案