TypeStrong/typedoc-default-themes

Build intermittently fails

alalonde opened this issue · 1 comments

I discovered this while rebasing my derived theme to the latest version from this repo.

Occasionally npm run build will fail with an error such as

Error: ENOENT: no such file or directory, open '<path>/typedoc-default-themes/bin/minimal/partials/toc.hbs'

I believe this is due to the CleanWebpackPlugin() ending up not being the first plugin, as recommended here.

Resolved by #119, thanks!