externality
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -44,2 +44,9 @@ import { ResolveOptions as ResolveOptions$1 } from 'enhanced-resolve'; | ||
/** | ||
* Extensions that are allowed to be externalized. | ||
* Any other matched extension will be inlined. | ||
* | ||
* Default: ['.js', '.mjs', '.cjs', '.node'] | ||
*/ | ||
externalExtensions?: Array<string>; | ||
/** | ||
* Resolve options (passed directly to [`enhanced-resolve`](https://github.com/webpack/enhanced-resolve)) | ||
@@ -46,0 +53,0 @@ */ |
{ | ||
"name": "externality", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13846
6
343