Skip to content

Commit

Permalink
fix(build): Removed typedoc webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arusanov committed May 24, 2017
1 parent 9eb40c5 commit 85a1b3b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions webpack.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const {join} = require('path')
const TypedocWebpackPlugin = require('typedoc-webpack-plugin')
const pkg = require('./package.json')

const libraryName = pkg.name
Expand Down Expand Up @@ -39,14 +38,5 @@ module.exports = {
]
}
]
},
plugins: [new TypedocWebpackPlugin(
{
theme: 'minimal',
out: 'docs',
target: 'es6',
ignoreCompilerErrors: true
},
'src'
)]
}
}

0 comments on commit 85a1b3b

Please sign in to comment.