@lingui/babel-plugin-extract-messages 3.10.2 → 3.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -256,7 +256,8 @@ function _default(_ref2) {
256
256
 
257
257
  file.set(CONFIG, (0, _conf.getConfig)({
258
258
  cwd: file.opts.filename,
259
- skipValidation: true
259
+ skipValidation: true,
260
+ configPath: this.opts.configPath
260
261
  })); // Ignore else path for now. Collision is possible if other plugin is
261
262
  // using the same Symbol('I18nMessages').
262
263
  // istanbul ignore else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/babel-plugin-extract-messages",
3
- "version": "3.10.2",
3
+ "version": "3.12.1",
4
4
  "description": "Babel plugin for collecting messages from source code for internationalization",
5
5
  "main": "index.js",
6
6
  "author": {
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@babel/generator": "^7.11.6",
32
32
  "@babel/runtime": "^7.11.2",
33
- "@lingui/conf": "^3.10.2",
33
+ "@lingui/conf": "^3.12.1",
34
34
  "mkdirp": "^1.0.4"
35
35
  }
36
36
  }