html-webpack-static-assets-plugin
Version:
HtmlWebpackPlugin extenstion that allows you to add assets to genereted html file.
33 lines (32 loc) • 721 B
JSON
{
"name": "html-webpack-static-assets-plugin",
"version": "0.0.6",
"description": "HtmlWebpackPlugin extenstion that allows you to add assets to genereted html file.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "DG",
"license": "MIT",
"peerDependencies": {
"html-webpack-plugin": "^4.0.0-beta.8",
"webpack": "^4.39.2"
},
"devDependencies": {
"jest": "^24.9.0",
"html-webpack-plugin": "^4.0.0-beta.8",
"webpack": "^4.39.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dawgoc/html-webpack-static-assets-plugin"
},
"keywords": [
"link",
"assets",
"webpack",
"plugin",
"HtmlWebpackPlugin",
"script"
]
}