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 36de203 commit 6c2bf2aCopy full SHA for 6c2bf2a
src/index.js
@@ -20,7 +20,7 @@ class MacroError extends Error {
20
}
21
22
let _configExplorer = null
23
-function getConfigExporer() {
+function getConfigExplorer() {
24
return (_configExplorer =
25
_configExplorer ||
26
// Lazy load cosmiconfig since it is a relatively large bundle
@@ -263,7 +263,7 @@ function applyMacros({
263
264
function getConfigFromFile(configName, filename) {
265
try {
266
- const loaded = getConfigExporer().search(filename)
+ const loaded = getConfigExplorer().search(filename)
267
268
if (loaded) {
269
return {
0 commit comments