Closed
Description
PHPStorm can interpret standard Webpack config file but not the Encore webpack.config.js :
Can't analyse webpack.config.js: coding assistance will ignore module resolution rules in this file.
Possible reasons: this file is not a valid webpack configuration file or its format is not currently supported by the IDE
I made this workaround to handle this : https://gist.github.com/plfort/93da0ee1465f1d7f929fe5d9e6307532
Do you have a better solution ?