Add a po loader for webpack.
- Removes the need for generating and keeping json files
Showing
... | @@ -85,7 +85,8 @@ | ... | @@ -85,7 +85,8 @@ |
"minimist": "^1.2.0", | "minimist": "^1.2.0", | ||
"node-sass": "^4.12.0", | "node-sass": "^4.12.0", | ||
"npm": "^6.4.1", | "npm": "^6.4.1", | ||
"po2json": "^0.4.4", | "po-loader": "^0.5.0", | ||
"po2json": "^1.0.0-alpha", | |||
"prettierx": "^0.6.0", | "prettierx": "^0.6.0", | ||
"requirejs": "2.3.6", | "requirejs": "2.3.6", | ||
"run-headless-chromium": "^0.1.1", | "run-headless-chromium": "^0.1.1", | ||
... | ... |
Please register or sign in to comment