Skip to content

Commit d101f3a

Browse files
committed
Fix a link in the README.
1 parent c570780 commit d101f3a

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/hashed-folder-copy-plugin",
5+
"comment": "Fix a link in the README.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/hashed-folder-copy-plugin"
10+
}

webpack/hashed-folder-copy-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ supports standard Node resolution.
7373

7474
# Example project
7575

76-
See the [example project](https://github.com/microsoft/rushstack/blob/master/build-tests/hashed-folder-copy-plugin-test/).
76+
See the [example project](https://github.com/microsoft/rushstack/blob/master/build-tests/hashed-folder-copy-plugin-webpack4-test/).
7777

7878
# A note about ambient types
7979

webpack/hashed-folder-copy-plugin/config/api-extractor.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
33

44
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
5+
56
"apiReport": {
67
"enabled": true,
7-
"reportFolder": "<projectFolder>/etc"
8+
"reportFolder": "../../../common/reviews/api"
89
},
10+
911
"docModel": {
10-
"enabled": true
12+
"enabled": true,
13+
"apiJsonFilePath": "../../../common/temp/api/<unscopedPackageName>.api.json"
1114
},
15+
1216
"dtsRollup": {
13-
"enabled": true,
14-
"betaTrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts"
17+
"enabled": true
1518
}
1619
}

0 commit comments

Comments
 (0)