Home

Issue: 2936

webpack config for Jetbrains Webstorm

[issue link]

Webstrom has an option to set path to webpack config. But when I set it to nuxt’s webpack config it throws error:

Can’t analyse base.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 tried to specify webpack/base.config.js, webpack/client.config.js, webpack/server.config.js with no luck.

Maybe you extract parts of webpack config to separate file which Webstorm can analyze?

I want it to teach webstorm to understand ~/ aliases

This question is available on Nuxt.js community (#c2548)