Disabled uglify

Videojs-hls-contrib was broken when built https://github.com/videojs/videojs-contrib-hls/issues/600
This commit is contained in:
samcm 2017-06-22 22:26:24 +10:00
parent d2b9d2c683
commit 227bfa0b05
2 changed files with 3 additions and 4 deletions

View File

@ -30,9 +30,8 @@ var webpackConfig = merge(baseWebpackConfig, {
'process.env': env
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
},
compress: false,
exclude: '/videojs-contrib-hls/',
sourceMap: true
}),
// extract css into its own file

View File

@ -13,7 +13,7 @@
"args-parser": "^1.1.0",
"cors": "^2.8.3",
"socket.io": "^2.0.3",
"videojs-contrib-hls": "^5.5.3",
"videojs-contrib-hls": "^5.5.2",
"vue": "^2.2.6",
"vue-router": "^2.3.1",
"vuetify": "^0.12.0"