Skip to content

Commit 26a758e

Browse files
author
Joel Denning
committed
Merge branch 'master' of github.com:node-loader/node-loader-import-maps
2 parents a39d3de + 6134fc7 commit 26a758e

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
@@ -37,7 +37,7 @@ node --experimental-loader @node-loader/import-maps file.js
3737

3838
## Configuration
3939

40-
By default, node-loader core looks for a configuration file called `node.importmap` in the current working directory. To specify the file path to the configuration file, provide the `IMPORT_MAP_PATH` environment variable:
40+
By default, node-loader import maps looks for a configuration file called `node.importmap` in the current working directory. To specify the file path to the configuration file, provide the `IMPORT_MAP_PATH` environment variable:
4141

4242
```sh
4343
IMPORT_MAP_PATH=/Users/name/some/dir/node.importmap node --experimental-loader @node-loader/import-maps file.js

0 commit comments

Comments
 (0)