Updated all 'misc' samples to 1.1.0 dependencies (and to TypeScript 2 for the Webpack sample)

This commit is contained in:
SteveSandersonMS
2016-11-21 12:01:59 +00:00
parent 4cbbf58600
commit 31d8eb69a7
7 changed files with 37 additions and 46 deletions

View File

@@ -10,6 +10,6 @@ module.exports = {
},
plugins: [
extractLESS,
new webpack.optimize.UglifyJsPlugin({ minimize: true })
new webpack.optimize.UglifyJsPlugin({ minimize: true, compressor: { warnings: false } })
]
};