Closed
Description
Thanks for making Encore.
I've done the following:
- Installed Encore as documented.
- Enabled the Node.js core library in PhpStorm.
- Restarted PhpStorm just to be sure.
In webpack.config.js
, PhpStorm is showing the warning "Unresolved method or function setOutputPath()":
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?