restore webpack settings

This commit is contained in:
Denys Vuika
2017-10-16 12:27:55 +01:00
parent fcb292c849
commit ccd605aaf6

View File

@@ -145,7 +145,11 @@ module.exports = {
inline: true, inline: true,
proxy: { proxy: {
'/ecm': { '/ecm': {
target: 'http://adfdev.lab.alfresco.me/', target: {
host: "0.0.0.0",
protocol: 'http:',
port: 8080
},
pathRewrite: { pathRewrite: {
'^/ecm': '' '^/ecm': ''
}, },
@@ -160,7 +164,11 @@ module.exports = {
} }
}, },
'/bpm': { '/bpm': {
target: 'http://adfdev.lab.alfresco.me/', target: {
host: "0.0.0.0",
protocol: 'http:',
port: 9999
},
pathRewrite: { pathRewrite: {
'^/bpm': '' '^/bpm': ''
}, },