html-webpack-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>html-webpack-plugin</artifactId>
<version>5.6.6</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>html-webpack-plugin</artifactId>
<version>5.6.6</version>
<name>html-webpack-plugin</name>
<description>Simplifies creation of HTML files to serve your webpack bundles</description>
<url>https://github.com/jantimon/html-webpack-plugin</url>
<organization>
<name>Jan Nicklas</name>
<url>https://github.com/jantimon/html-webpack-plugin</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jantimon</name>
<email>j.nicklas@me.com</email>
</developer>
<developer>
<name>ampedandwired</name>
<email>charles.blaxland@gmail.com</email>
</developer>
<developer>
<name>mastilver</name>
<email>th.sileghem@gmail.com</email>
</developer>
<developer>
<name>thelarkinn</name>
<email>sean.larkin1@gmail.com</email>
</developer>
<developer>
<name>evilebottnawi</name>
<email>sheo13666q@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jantimon/html-webpack-plugin.git</connection>
<developerConnection>https://github.com/jantimon/html-webpack-plugin.git</developerConnection>
<url>https://github.com/jantimon/html-webpack-plugin</url>
</scm>
<issueManagement>
<url>https://github.com/jantimon/html-webpack-plugin/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tapable.version>[2.0.0,3)</org.mvnpm-tapable.version>
<org.mvnpm-pretty-error.version>[4.0.0,5)</org.mvnpm-pretty-error.version>
<org.mvnpm-lodash.version>[4.17.21,5)</org.mvnpm-lodash.version>
<org.mvnpm.at.rspack-core.version>[,1),[1,2)</org.mvnpm.at.rspack-core.version>
<org.mvnpm.at.types-html-minifier-terser.version>[6.0.0,7)</org.mvnpm.at.types-html-minifier-terser.version>
<org.mvnpm-webpack.version>[5.20.0,6)</org.mvnpm-webpack.version>
<org.mvnpm-html-minifier-terser.version>[6.0.2,7)</org.mvnpm-html-minifier-terser.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>html-minifier-terser</artifactId>
<version>${org.mvnpm.at.types-html-minifier-terser.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>html-minifier-terser</artifactId>
<version>${org.mvnpm-html-minifier-terser.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lodash</artifactId>
<version>${org.mvnpm-lodash.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>pretty-error</artifactId>
<version>${org.mvnpm-pretty-error.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tapable</artifactId>
<version>${org.mvnpm-tapable.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.rspack</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.rspack-core.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>webpack</artifactId>
<version>${org.mvnpm-webpack.version}</version>
</dependency>
</dependencies>
</project>