Skip to content

Commit

Permalink
Add esdoc-importpath-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Oct 18, 2019
1 parent 62a3af8 commit 8bea0a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"autoPrivate": true
}
}
}, {
"name": "esdoc-importpath-plugin",
"option": {
"stripPackageName": false,
"replaces": [{
"from": "^src/.*",
"to": ""
}]
}
}]

}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"dat.gui": "0.x.x",
"delta-controls": "2.x.x",
"esdoc": "1.x.x",
"esdoc-importpath-plugin": "1.x.x",
"esdoc-standard-plugin": "1.x.x",
"eslint": "6.x.x",
"eslint-config-delta": "1.x.x",
Expand Down

0 comments on commit 8bea0a8

Please sign in to comment.