Results 57 comments of Asaf Katz

Ohh silly mistake. it's a typo. I meant `import { getTodos } from './actions';` Is the any way to use a custom function like `moduleNameFormatter` to make the `* as`...

You right, `eslint-plugin-import` work with deconstructed imports as well. However, the `* as` syntax has two main advantages: ## Refactoring When I work on `React` + `Redux` app, especially at...

Thank you, @trotzig I appreciate it very much 😊 Let me know if I can help with anything, I don't feel confident enough to contribute code to such project, but...

Hi @locotor, I'm sorry you had to wait so long. I bet you've found another solution by now. If I understand you correctly, you added the providePlugin to the DLL...

Thanks for reporting @Ks89 I'll take a look at it

@Ks89 What OS do you use? and node version

Hi, @Ks89 I'm sorry my friend but I have only bad news for you. Seem like the issue with ProvidePlugin is related to the webpack's DllPlugin itself (AutoDllPlugin is using...

Hi, @ClementLoridan Thanks for reporting. However, in order to fix it, I need a bit more context. When do you see this error? Can you share your webpack config with...