webpack-extract-translation-keys-plugin
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -72,3 +72,3 @@ /*! | ||
// This replaces the original string with the new string | ||
var dep = new ConstDependency(JSON.stringify(value), expr.arguments[0].range); | ||
var dep = new ConstDependency(JSON.stringify(keys[key]), expr.arguments[0].range); | ||
dep.loc = expr.arguments[0].loc; | ||
@@ -75,0 +75,0 @@ this.state.current.addDependency(dep); |
{ | ||
"name": "webpack-extract-translation-keys-plugin", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Webpack plugin to extract list of used translation keys from included modules.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6693