We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a3af8 commit 8bea0a8Copy full SHA for 8bea0a8
.esdoc.json
@@ -11,6 +11,15 @@
11
"autoPrivate": true
12
}
13
14
+ }, {
15
+ "name": "esdoc-importpath-plugin",
16
+ "option": {
17
+ "stripPackageName": false,
18
+ "replaces": [{
19
+ "from": "^src/.*",
20
+ "to": ""
21
+ }]
22
+ }
23
}]
24
25
package.json
@@ -71,6 +71,7 @@
71
"dat.gui": "0.x.x",
72
"delta-controls": "2.x.x",
73
"esdoc": "1.x.x",
74
+ "esdoc-importpath-plugin": "1.x.x",
75
"esdoc-standard-plugin": "1.x.x",
76
"eslint": "6.x.x",
77
"eslint-config-delta": "1.x.x",
0 commit comments