Skip to content

Commit 8bea0a8

Browse files
committed
Add esdoc-importpath-plugin
1 parent 62a3af8 commit 8bea0a8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.esdoc.json

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"autoPrivate": true
1212
}
1313
}
14+
}, {
15+
"name": "esdoc-importpath-plugin",
16+
"option": {
17+
"stripPackageName": false,
18+
"replaces": [{
19+
"from": "^src/.*",
20+
"to": ""
21+
}]
22+
}
1423
}]
1524

1625
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"dat.gui": "0.x.x",
7272
"delta-controls": "2.x.x",
7373
"esdoc": "1.x.x",
74+
"esdoc-importpath-plugin": "1.x.x",
7475
"esdoc-standard-plugin": "1.x.x",
7576
"eslint": "6.x.x",
7677
"eslint-config-delta": "1.x.x",

0 commit comments

Comments
 (0)