Thanks for making Encore. I've done the following: 1. Installed Encore as [documented](http://symfony.com/doc/current/frontend/encore/installation.html). 2. Enabled the Node.js core library in PhpStorm. 3. Restarted PhpStorm just to be sure. In `webpack.config.js`, PhpStorm is showing the warning "Unresolved method or function setOutputPath()": <img width="413" alt="screen shot 2017-09-03 at 12 39 52" src="https://user-images.githubusercontent.com/8469540/30002266-8d6656fa-90a5-11e7-802d-b3c80ffda668.png"> I've verified that `setOutputPath()` exists in `node_modules/@symfony/webpack-encore/index.js`. How can I tell PhpStorm where to find the Encore functions?