UNPKG

dynamic-html-webpack-plugin

Version:

A webpack plugin that reads all the html files in a given directory and adds an HtmlWebpackPlugin for each one of them automatically.

35 lines (34 loc) 1.02 kB
{ "name": "dynamic-html-webpack-plugin", "version": "1.1.0", "description": "A webpack plugin that reads all the html files in a given directory and adds an HtmlWebpackPlugin for each one of them automatically.", "main": "index.js", "scripts": { "build": "webpack --mode development", "build:prod": "webpack --mode production" }, "keywords": [ "HtmlWebpackPlugin", "Dynamic add HtmlWebpackPlugin", "Webpack" ], "author": "Bear_03#2935", "license": "MIT", "dependencies": { "html-webpack-plugin": "^4.5.2" }, "devDependencies": { "eslint": "^7.20.0", "html-loader": "^1.3.2", "webpack": "^5.23.0", "webpack-cli": "^4.5.0" }, "repository": { "type": "git", "url": "git+https://github.com/Bear-03/dynamic-html-webpack-plugin.git" }, "bugs": { "url": "https://github.com/Bear-03/dynamic-html-webpack-plugin/issues" }, "homepage": "https://github.com/Bear-03/dynamic-html-webpack-plugin#readme" }