-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
webpack config for Jetbrains Webstorm #2936
Copy link
Copy link
Closed
Labels
Description
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
Reactions are currently unavailable