* @see https://webpack.github.io/docs/configuration.html#plugins
(plugins)
| 106 | * @see https://webpack.github.io/docs/configuration.html#plugins |
| 107 | */ |
| 108 | function addPlugins(plugins) { |
| 109 | return (context, util) => util.merge({ plugins }) |
| 110 | } |
| 111 | |
| 112 | function customConfig(wpConfig) { |
| 113 | return (context, util) => util.merge(wpConfig) |
no outgoing calls
no test coverage detected
searching dependent graphs…