@lingui/conf 3.11.1 → 3.13.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.
- package/index.js +5 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -136,7 +136,11 @@ var exampleConfig = _objectSpread(_objectSpread({}, defaultConfig), {}, {
|
|
|
136
136
|
extends: "babelconfig.js",
|
|
137
137
|
rootMode: "rootmode",
|
|
138
138
|
plugins: ["plugin"],
|
|
139
|
-
presets: ["preset"]
|
|
139
|
+
presets: ["preset"],
|
|
140
|
+
targets: (0, _jestValidate.multipleValidOptions)({}, '> 0.5%', ['> 0.5%', 'not dead'], undefined),
|
|
141
|
+
assumptions: (0, _jestValidate.multipleValidOptions)({}, undefined),
|
|
142
|
+
browserslistConfigFile: (0, _jestValidate.multipleValidOptions)(true, undefined),
|
|
143
|
+
browserslistEnv: (0, _jestValidate.multipleValidOptions)('.browserslistrc', undefined)
|
|
140
144
|
}
|
|
141
145
|
});
|
|
142
146
|
|