Skip to content

Commit

Permalink
fix: minified build (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesjo committed Apr 12, 2018
1 parent 96c53d7 commit 2402ac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export default [
external: ['video.js'],
plugins: umdPlugins
.concat([uglify({
compress: {
typeofs: false
},
output: {
comments: 'some'
}
Expand Down

0 comments on commit 2402ac6

Please sign in to comment.