text-replace-html-webpack-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "text-replace-html-webpack-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "This package is intended to be used along with html-webpack-plugin. It can be used to replace text in the html file created by the html-webpack-plugin during the webpack build process. Works only wth webpack@^4", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -14,3 +14,3 @@ # text-replace-html-webpack-plugin | ||
```bash | ||
npm install --save-dev webpack | ||
npm install --save-dev text-replace-html-webpack-plugin | ||
``` | ||
@@ -17,0 +17,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8688