tstankevicius

Results 4 issues of tstankevicius

Hello, I am trying to overwrite webpack config in direflow-webpack.js file to add proxy setup: function addCustomConfig(config) { config.devServer = { proxy: { '/rest/**': { target: 'http://localhost:1880', bypass: function (req,...

Looks like text is harcoded uppercase?

Currently if you want to use a parameter in the command passed into the event you have to inject it and it cannot be undefined. We would like to have...

Hello, our angular application loads modules dynamically on demand using ocLazyLoad library. First module is loaded on index.html render dynamically. Then that module loads another module on button click. Module...