We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacda8a commit cd632d5Copy full SHA for cd632d5
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+## v0.0.2
2
+ * preserve loader "this" context for "replacement" function (@mdreizin)
3
+
4
+** v0.0.1 - Initial Release
package.json
@@ -1,6 +1,6 @@
{
"name": "string-replace-webpack-plugin",
- "version": "0.0.1",
+ "version": "0.0.2",
"author": "James Andersen @jandersen78",
5
"description": "Replace string tokens in the contents of a file.",
6
"peerDependencies": {
0 commit comments