babel-plugin-esm-resolver
Advanced tools
Comparing version
@@ -86,2 +86,6 @@ "use strict"; | ||
function optIgnoreUnresolvedSubmodule(opts) { | ||
return opts.ignoreUnresolvedSubmodule || false; | ||
} | ||
function modulePathsForFile(file) { | ||
@@ -184,3 +188,3 @@ // Node v12.2.0+: | ||
const extensions = optExtentionsSubmodule(opts); | ||
const ignoreUnresolved = optIgnoreUnresolved(opts); // Resolve the module base, or fail. | ||
const ignoreUnresolved = optIgnoreUnresolvedSubmodule(opts); // Resolve the module base, or fail. | ||
@@ -187,0 +191,0 @@ const { |
{ | ||
"name": "babel-plugin-esm-resolver", | ||
"description": "A Babel plugin for resolving ESM import and export paths", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "babel", |
@@ -78,3 +78,9 @@ # babel-plugin-esm-resolver | ||
### `ignoreUnresolvedSubmodule` | ||
Set to `true` to ignore any modules that cannot be resolved in submodules. | ||
By default an error is throw for any submodules that cannot be resolved. | ||
## Examples | ||
@@ -81,0 +87,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57668
1.6%401
1.52%226
2.73%