MCPcopy Index your code
hub / github.com/andywer/webpack-blocks / addPlugins

Function addPlugins

packages/webpack/index.js:108–110  ·  view source on GitHub ↗

* @see https://webpack.github.io/docs/configuration.html#plugins

(plugins)

Source from the content-addressed store, hash-verified

106 * @see https://webpack.github.io/docs/configuration.html#plugins
107 */
108function addPlugins(plugins) {
109 return (context, util) => util.merge({ plugins })
110}
111
112function customConfig(wpConfig) {
113 return (context, util) => util.merge(wpConfig)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…