Skip to content

Commit 44b91de

Browse files
authored
Update README.md
1 parent bfc6e83 commit 44b91de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ An array for the `externals` to whitelist, so they **will** be included in the b
4242

4343
#### `options.importType (='commonjs')`
4444
The method in which unbundled modules will be required in the code. Best to leave as `commonjs` for node modules.
45-
May be one of [documented options](https://webpack.js.org/configuration/externals/#externals) or function `callback(moduleName)` which returns custom code to be returned as import type, eg.:
45+
May be one of [documented options](https://webpack.js.org/configuration/externals/#externals) or function `callback(moduleName)` which returns custom code to be returned as import type, e.g:
4646
```js
4747
options.importType = function (moduleName) {
4848
return 'amd ' + moduleName;

0 commit comments

Comments
 (0)