Marat Dreizin

Results 18 comments of Marat Dreizin

In some cases need to inject `baggage` files after the `source`, because these files depend on `source`. ``` js { test: /angular-material\/modules\/js\/.*\.js$/, loader: 'baggage?[file].css&[file]-default-theme.css&default-theme.js&[file]-default-theme.js' } ``` ``` js require('angular-material/modules/js/core/core'); ```...

@airtonix I will try to find better way to do that and will post solution here before final merge.

Hello @cristianfraser, I have reviewed `eslint-import-resolver-webpack` and `webpack-config` should work with it, because `webpack-config` returns plain `webpack` config. Maybe I don't really understand your question and in this case I...

Hello @matthew-dean, I'm really sorry that I didn't respond earlier. Better late than never. Yes, it sould be possible. [`ConfigMergeCommand.js`](https://github.com/Fitbit/webpack-config/blob/master/src/ConfigMergeCommand.js) uses simple implementation based on `lodash`, but it could be...

@MikaAK Thanks a lot. I will close #46 PR.

@gajus Yes, because #43 has not been implemented.

@aeneasr it looks like, we may introduce an additional configuration option to specify a strategy to get/build `URL` and `Method`. What do you think about that approach? `config.yaml`: ```yaml access_rules:...

@aeneasr thank you very much for sharing that! I hope you will be able to migrate to the latest version in the further ;)