Webpack unrecognizable plugin
I've downloaded Webpack Typescript types definitions, and enabled it in my project.
Looking in the TTD file, I can see the plugins that are not recognized:
Yet in my webpack config webstorm can't recognize them:
Environment:
OS: windows 10 64 bit
Webstorm version: 2016.2.3
Please sign in to leave a comment.
I've checked the TTD file again and saw that the interface is declared with capital letter 'Optimize'.
How can I make webstorm recognize interfaces and ignore case? Because that's what causing it to be unrecognized, but if I were to change my configuration to use `Optimize` it won't work ofcourse..
seems there is not way to do this; please follow https://youtrack.jetbrains.com/issue/WEB-23624 for updates