AppCode
 
Get AppCode

Webpack

Last modified: 14 February 2023

Required plugins:

JavaScript and TypeScript -  The plugin is bundled with AppCode and enabled by default.

Webpack -  Install the plugin on the Settings | Plugins page, tab Marketplace.

AppCode 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, AppCode 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, AppCode provides code completion and quick documentation look-up for options in webpack configuration files.