externality
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -37,2 +37,9 @@ import { ResolveOptions as ResolveOptions$1 } from 'enhanced-resolve'; | ||
/** | ||
* Protocols that are allowed to be externalized. | ||
* Any other matched protocol will be inlined. | ||
* | ||
* Default: ['node', 'fs', 'data'] | ||
*/ | ||
externalProtocols?: Array<string>; | ||
/** | ||
* Resolve options (passed directly to [`enhanced-resolve`](https://github.com/webpack/enhanced-resolve)) | ||
@@ -39,0 +46,0 @@ */ |
{ | ||
"name": "externality", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -19,5 +19,5 @@ "exports": { | ||
"lint": "eslint --ext .js,.ts .", | ||
"test": "yarn lint && jest", | ||
"prepublishOnly": "yarn build", | ||
"release": "yarn test && standard-version && git push --follow-tags && npm publish" | ||
"release": "yarn test && standard-version && git push --follow-tags && npm publish", | ||
"test": "yarn lint && jest" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
324
10983
5