Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

8 строки
191 B

  1. // TODO remove in the next major release
  2. const plugin = require("../index");
  3. module.exports = {
  4. getHtmlWebpackPluginHooks: (compilation) =>
  5. plugin.getCompilationHooks(compilation),
  6. };