IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Webpack

Last modified: 18 November 2022

Available only in IntelliJ IDEA Ultimate: download to try or compare editions

Required plugins:

JavaScript and TypeScript, Webpack -  The plugins are available only in IntelliJ IDEA Ultimate, where they are enabled by default.

IntelliJ IDEA integrates with the webpack module bundler. This support improves coding assistance in JavaScript files by taking into account webpack module resolution and resolve aliases.

In projects that consist of multiple modules with different webpack configurations, IntelliJ IDEA can automatically detect the relevant configuration file for each module and use the module resolution rules from it, see Specifying the webpack configuration file to use below.

For webpack version 2 and later, IntelliJ IDEA provides code completion and quick documentation look-up for options in webpack configuration files.